Kronolith_Resource_Base::getFreeBusy PHP 메소드

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

Obtain the freebusy information for this resource. Takes into account if this is a group of resources or not. (Returns the cumulative FB info for all the resources in the group.
abstract public getFreeBusy ( integer $startstamp = null, integer $endstamp = null, boolean $asObject = false, boolean $json = false ) : mixed
$startstamp integer The starting timestamp of the fb interval.
$endstamp integer The ending timestamp of the fb interval.
$asObject boolean Return the fb info as an object?
$json boolean Return the fb info as JSON?
리턴 mixed string|Horde_Icalendar_Vfreebusy The Freebusy object or the iCalendar text.
    public abstract function getFreeBusy($startstamp = null, $endstamp = null, $asObject = false, $json = false);