PHP Класс Phergie_Event_Abstract, phergie

Автор: Phergie Development Team ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$type string Event type, used for determining the callback to execute in response

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

Метод Описание
getType ( ) : string Returns the event type.
setType ( string $type ) : Phergie_Event_Abstract Sets the event type.

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

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

Returns the event type.
public getType ( ) : string
Результат string

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

Sets the event type.
public setType ( string $type ) : Phergie_Event_Abstract
$type string Event type
Результат Phergie_Event_Abstract Implements a fluent interface

Описание свойств

$type защищенное свойство

Event type, used for determining the callback to execute in response
protected string $type
Результат string