Edgewall Software

Changes between Version 27 and Version 28 of TracDev/ComponentArchitecture


Ignore:
Timestamp:
Nov 29, 2011, 10:48:30 PM (12 years ago)
Author:
Remy Blank
Comment:

Yes, you can sublass Component.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ComponentArchitecture

    v27 v28  
    7878Notes:
    7979 * You can't pass data to the constructor of a component.
    80  * You can't sub-class (inherit) existing components (except for `trac.core.Component` itself, of course).
     80 * The constructor of the base class is called automatically, and you shouldn't call it in the constructor of the subclass.
    8181
    8282=== Components instantiating other Components ===