PHP 클래스 Prado\Util\TClassBehaviorEventParameter

TClassBehaviorEventParameter is the parameter sent with the class behavior changes.
부터: 3.2.3
저자: Brad Anderson ([email protected])
상속: extends Prado\TEventParameter
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
__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