Kronolith_Resource_Base::isFree PHP Method

isFree() abstract public method

Determine if event is free for specified time
abstract public isFree ( Kronolith_Event $event ) : boolean
$event Kronolith_Event The event we want to check the resource's availability for.
return boolean True if the resource is free, false if not.
    public abstract function isFree(Kronolith_Event $event);