Kronolith_Resource_Base::isFree PHP 메소드

isFree() 추상적인 공개 메소드

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.
리턴 boolean True if the resource is free, false if not.
    public abstract function isFree(Kronolith_Event $event);