Kronolith_Resource_Base::addEvent PHP Метод

addEvent() абстрактный публичный Метод

Adds $event to this resource's calendar - thus blocking the time for any other event.
abstract public addEvent ( Kronolith_Event $event )
$event Kronolith_Event The event to add to this resource's calendar, thus blocking it's availability.
    public abstract function addEvent(Kronolith_Event $event);