PHP Class Swiftriver\Core\ObjectModel\EventHandlerEntry

Show file Open project: ushahidi/Swiftriver-2011

Public Properties

Property Type Description
$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

Public Methods

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

Method Details

__construct() public method

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

Property Details

$className public property

The class name of the event handler
public string $className
return string

$filePath public property

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

$name public property

The name of this event handler
public string $name
return string