PHP Класс Phergie_Event_Command, phergie

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

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

Свойство Тип Описание
$plugin Phergie_Plugin_Abstract Reference to the plugin instance that created the event

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

Метод Описание
getPlugin ( ) : Phergie_Plugin_Abstract | null Returns a reference to the plugin instance that created the event.
setPlugin ( Phergie_Plugin_Abstract $plugin ) : Phergie_Event_Command Stores a reference to the plugin instance that created the event.

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

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

Returns a reference to the plugin instance that created the event.
public getPlugin ( ) : Phergie_Plugin_Abstract | null
Результат Phergie_Plugin_Abstract | null Plugin instance or NULL if none has been set

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

Stores a reference to the plugin instance that created the event.
public setPlugin ( Phergie_Plugin_Abstract $plugin ) : Phergie_Event_Command
$plugin Phergie_Plugin_Abstract Plugin instance
Результат Phergie_Event_Command Provides a fluent interface

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

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

Reference to the plugin instance that created the event
protected Phergie_Plugin_Abstract $plugin
Результат Phergie_Plugin_Abstract