Class Sabre_CalDAV_CalendarRootNode

Description

Users collection

This object is responsible for generating a collection of users.

  • author: Evert Pot (http://www.rooftopsolutions.nl/)
  • copyright: Copyright (C) 2007-2010 Rooftop Solutions. All rights reserved.
  • license: Modified BSD License

Located in /sources_custom/Sabre/CalDAV/CalendarRootNode.php (line 14)

Sabre_DAV_Node
   |
   --Sabre_DAV_Directory
      |
      --Sabre_CalDAV_CalendarRootNode
Variable Summary
Method Summary
Sabre_CalDAV_CalendarRootNode __construct (Sabre_DAV_Auth_Backend_Abstract $authBackend, Sabre_CalDAV_Backend_Abstract $caldavBackend)
array getChildren ()
string getName ()
Variables
Sabre_DAV_Auth_Backend_Abstract $authBackend (line 21)

Authentication Backend

  • access: protected
Sabre_CalDAV_Backend_Abstract $caldavBackend (line 28)

CalDAV backend

  • access: protected
Methods
Constructor __construct (line 38)

Constructor

This constructor needs both an authentication and a caldav backend.

  • access: public
Sabre_CalDAV_CalendarRootNode __construct (Sabre_DAV_Auth_Backend_Abstract $authBackend, Sabre_CalDAV_Backend_Abstract $caldavBackend)
getChildren (line 61)

Returns the list of users as Sabre_CalDAV_User objects.

  • access: public
array getChildren ()
getName (line 50)

Returns the name of the node

  • access: public
string getName ()

Inherited Methods

Inherited From Sabre_DAV_Directory

Sabre_DAV_Directory::childExists()
Sabre_DAV_Directory::createDirectory()
Sabre_DAV_Directory::createFile()
Sabre_DAV_Directory::getChild()

Inherited From Sabre_DAV_Node

Sabre_DAV_Node::delete()
Sabre_DAV_Node::getLastModified()
Sabre_DAV_Node::setName()

Documentation generated on Sun, 02 Jan 2011 23:10:04 +0000 by phpDocumentor 1.4.3