|
Class TClassBehaviorEventParameter
TClassBehaviorEventParameter class. TClassBehaviorEventParameter is the
parameter sent with the class behavior changes.
-
TComponent
-
TEventParameter
-
TClassBehaviorEventParameter
Methods summary
public
|
#
__construct( string $class, string $name, object $behavior, mixed $priority )
Holds the parameters for the Class Behavior Events
Holds the parameters for the Class Behavior Events
Parameters
- $class
string $class this is the class to get the behavior
- $name
string $name the name of the behavior
- $behavior
object $behavior this is the behavior to implement the class behavior
- $priority
Overrides
|
public
string
|
#
getClass( )
This is the class to get the behavior
This is the class to get the behavior
Returns
string the class to get the behavior
|
public
string
|
#
getName( )
name of the behavior
Returns
string the name to get the behavior
|
public
object
|
#
getBehavior( )
This is the behavior which the class is to get
This is the behavior which the class is to get
Returns
object the behavior to implement
|
public
numeric
|
#
getPriority( )
This is the priority which the behavior is to get
This is the priority which the behavior is to get
Returns
numeric the priority of the behavior
|
Methods inherited from TComponent
__call(),
__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()
|
|