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);