PHP Class Prado\Util\TClassBehaviorEventParameter

TClassBehaviorEventParameter is the parameter sent with the class behavior changes.
Since: 3.2.3
Author: Brad Anderson ([email protected])
Inheritance: extends Prado\TEventParameter
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
__construct ( string $class, string $name, object $behavior, $priority ) Holds the parameters for the Class Behavior Events
getBehavior ( ) : object This is the behavior which the class is to get
getClass ( ) : string This is the class to get the behavior
getName ( ) : string name of the behavior
getPriority ( ) : numeric This is the priority which the behavior is to get

Method Details

__construct() public method

Holds the parameters for the Class Behavior Events
public __construct ( string $class, string $name, object $behavior, $priority )
$class string this is the class to get the behavior
$name string the name of the behavior
$behavior object this is the behavior to implement the class behavior

getBehavior() public method

This is the behavior which the class is to get
public getBehavior ( ) : object
return object the behavior to implement

getClass() public method

This is the class to get the behavior
public getClass ( ) : string
return string the class to get the behavior

getName() public method

name of the behavior
public getName ( ) : string
return string the name to get the behavior

getPriority() public method

This is the priority which the behavior is to get
public getPriority ( ) : numeric
return numeric the priority of the behavior