PHP Класс Swiftriver\Core\ObjectModel\EventHandlerEntry

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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