Kronolith_Resource_Base::addEvent PHP Method

addEvent() abstract public method

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