|
Class TClassBehavior
TClassBehavior is a convenient base class for whole class behaviors.
-
TComponent
-
TClassBehavior
implements
IClassBehavior
Methods summary
public
|
#
attach( TComponent $component )
Attaches the behavior object to the component.
Attaches the behavior object to the component.
Parameters
- $component
TComponent
the component that this behavior is to be attached to.
Implementation of
|
public
|
#
detach( TComponent $component )
Detaches the behavior object from the component.
Detaches the behavior object from the component.
Parameters
- $component
TComponent
the component that this behavior is to be detached from.
Implementation of
|
Methods inherited from TComponent
__call(),
__construct(),
__destruct(),
__get(),
__isset(),
__set(),
__sleep(),
__unset(),
__wakeup(),
addParsedObject(),
asa(),
attachBehavior(),
attachBehaviors(),
attachClassBehavior(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
clearBehaviors(),
createdOnTemplate(),
detachBehavior(),
detachBehaviors(),
detachClassBehavior(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
evaluateStatements(),
fxAttachClassBehavior(),
fxDetachClassBehavior(),
getAutoGlobalListen(),
getBehaviorsEnabled(),
getClassHierarchy(),
getEventHandlers(),
getListeningToGlobalEvents(),
getSubProperty(),
hasEvent(),
hasEventHandler(),
hasProperty(),
isa(),
listen(),
raiseEvent(),
setSubProperty(),
unlisten()
|
|