메소드 |
설명 |
|
__construct ( array $params ) : Kronolith_Resource |
Const'r |
|
addEvent ( Kronolith_Event $event ) |
Adds $event to an available member resource's calendar. |
|
get ( string $property ) : mixed |
Override the get method to see if we have a selected resource. If so,
return the resource's property value, otherwise, return the group's
property value. |
|
getFreeBusy ( $startstamp = null, $endstamp = null, $asObject = false, $json = false ) |
Obtain the freebusy information for this resource. |
|
getId ( ) : string |
Obtain the resource's internal identifier, taking into account whether or
not we have validated/selected a resource for this group yet. |
|
getResponseType ( ) |
Group resources only make sense for RESPONSETYPE_AUTO |
|
isFree ( Kronolith_Event $event ) : boolean |
Determine if the resource is free during the time period for the
supplied event. |
|
removeEvent ( Kronolith_Event $event ) |
Remove this event from resource's calendar |
|
setId ( integer $id ) |
Sets the current resource's id. Must not be an existing resource. |
|