PHP 클래스 Swiftriver\Core\ObjectModel\EventHandlerEntry

파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 프로퍼티들

프로퍼티 타입 설명
$className string The class name of the event handler
$filePath string The file path to the event handler relative to the modules directory of the core install
$name string The name of this event handler

공개 메소드들

메소드 설명
__construct ( string $name, string $className, string $filePath ) Constructor for the EventHandlerEntry config element

메소드 상세

__construct() 공개 메소드

Constructor for the EventHandlerEntry config element
public __construct ( string $name, string $className, string $filePath )
$name string
$className string
$filePath string

프로퍼티 상세

$className 공개적으로 프로퍼티

The class name of the event handler
public string $className
리턴 string

$filePath 공개적으로 프로퍼티

The file path to the event handler relative to the modules directory of the core install
public string $filePath
리턴 string

$name 공개적으로 프로퍼티

The name of this event handler
public string $name
리턴 string