PHP Класс Prado\Util\TClassBehaviorEventParameter

TClassBehaviorEventParameter is the parameter sent with the class behavior changes.
С версии: 3.2.3
Автор: Brad Anderson ([email protected])
Наследование: extends Prado\TEventParameter
Показать файл Открыть проект

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

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() публичный Метод

This is the behavior which the class is to get
public getBehavior ( ) : object
Результат object the behavior to implement

getClass() публичный Метод

This is the class to get the behavior
public getClass ( ) : string
Результат string the class to get the behavior

getName() публичный Метод

name of the behavior
public getName ( ) : string
Результат string the name to get the behavior

getPriority() публичный Метод

This is the priority which the behavior is to get
public getPriority ( ) : numeric
Результат numeric the priority of the behavior