}
/**
- * Adds a new resource to storage
- *
- * @param Kronolith_Resource $resource
- *
- * @return unknown_type
- */
+ * Adds a new resource to storage
+ *
+ * @param Kronolith_Resource $resource
+ *
+ * @return unknown_type
+ */
static public function addResource($resource)
{
// Create a new calendar id.
/**
* Determine if the provided calendar id represents a resource's calendar.
*
- * @param $calendar
- * @return unknown_type
+ * @param string $calendar The calendar identifier to check.
+ *
+ * @return boolean
*/
static public function isResourceCalendar($calendar)
{
* Function to check availability and set response status for each resource
* attached to the event.
*
+ * @param Kronolith_Event $event The event object to check the resources of
+ *
* @return void
*/
static public function checkResources($event)