Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
 DAVResource
 DAVResourceA class for things to do with a DAV Resource
Located in /inc/DAVResource.php (line 24)
| Class | Description | 
|---|---|
|  WritableCollection | A class for things to do with a DAV Resource | 
 The
			$bound_from
						(line 64)
		
			The
			$bound_from
						(line 64)
		
	 The
			$contenttype
						(line 59)
		
			The
			$contenttype
						(line 59)
		
	 The
			$dav_name
						(line 29)
		
			The
			$dav_name
						(line 29)
		
	 Boolean:
			$exists
						(line 34)
		
			Boolean:
			$exists
						(line 34)
		
	 The
			$parent
						(line 49)
		
			The
			$parent
						(line 49)
		
	 The
			$resource
						(line 44)
		
			The
			$resource
						(line 44)
		
	 The
			$resourcetypes
						(line 54)
		
			The
			$resourcetypes
						(line 54)
		
	 The
			$unique_tag
						(line 39)
		
			The
			$unique_tag
						(line 39)
		
	 static BuildDeadPropertyXML (line 635)
		static BuildDeadPropertyXML (line 635)
	 Constructor __construct (line 147)
		Constructor __construct (line 147)
	Constructor
 bound_from (line 1188)
		bound_from (line 1188)
	Returns the dav_name of the resource we are bound to, within our internal namespace
 BuildACE (line 1361)
		BuildACE (line 1361)
	BuildACE - construct an XMLElement subtree for a DAV::ace
 BuildPrivileges (line 800)
		BuildPrivileges (line 800)
	Returns the array of privilege names converted into XMLElements
 BuildSupportedMethods (line 889)
		BuildSupportedMethods (line 889)
	Returns the array of supported methods converted into XMLElements
 BuildSupportedReports (line 941)
		BuildSupportedReports (line 941)
	Returns the array of supported reports converted into XMLElements
 BuildTicketinfo (line 1002)
		BuildTicketinfo (line 1002)
	Returns the array of tickets converted into XMLElements
If the current user does not have DAV::read-acl privilege on this resource they will only get to see the tickets where they are the owner, or which they supplied along with the request.
 collection_id (line 1243)
		collection_id (line 1243)
	Returns the internal collection_id for this collection, or the collection containing this resource
 ContainerExists (line 1156)
		ContainerExists (line 1156)
	Checks whether the container for this resource actually exists, in the virtual sense, within the hierarchy
 ContainerType (line 1327)
		ContainerType (line 1327)
	Return the type of whatever contains this resource, or would if it existed.
 DAV_AllProperties (line 1495)
		DAV_AllProperties (line 1495)
	Return an array which is an expansion of the DAV::allprop
 dav_name (line 1179)
		dav_name (line 1179)
	Returns the dav_name of the resource in our internal namespace
 Exists (line 1138)
		Exists (line 1138)
	Checks whether this resource actually exists, in the virtual sense, within the hierarchy
 FetchCollection (line 482)
		FetchCollection (line 482)
	Find the collection associated with this resource.
 FetchDeadProperties (line 621)
		FetchDeadProperties (line 621)
	Fetch any dead properties for this URL
 FetchParentContainer (line 742)
		FetchParentContainer (line 742)
	Fetch the parent to this resource. This is deprecated - use GetParentContainer() instead.
 FetchPrincipal (line 569)
		FetchPrincipal (line 569)
	Find the principal associated with this resource.
 FetchPrivileges (line 665)
		FetchPrivileges (line 665)
	Build permissions for this URL
 FetchResource (line 592)
		FetchResource (line 592)
	Retrieve the actual resource.
 FetchSupportedMethods (line 812)
		FetchSupportedMethods (line 812)
	Returns the array of supported methods
 FetchSupportedReports (line 903)
		FetchSupportedReports (line 903)
	Returns the array of supported reports
 FetchTickets (line 957)
		FetchTickets (line 957)
	Fetches an array of the access_ticket records applying to this path
 FromPath (line 314)
		FromPath (line 314)
	Initialise from a path
 FromRow (line 188)
		FromRow (line 188)
	Initialise from a database row
 GetACL (line 1382)
		GetACL (line 1382)
	Return ACL settings
 GetParentContainer (line 723)
		GetParentContainer (line 723)
	Get a DAVResource which is the parent to this resource.
 GetProperty (line 1414)
		GetProperty (line 1414)
	Return general server-related properties, in plain form
 GetPropStat (line 1824)
		GetPropStat (line 1824)
	Construct XML propstat fragment for this resource
 HavePrivilegeTo (line 763)
		HavePrivilegeTo (line 763)
	Does the user have the privileges to do what is requested.
 IsAddressbook (line 1114)
		IsAddressbook (line 1114)
	Checks whether this resource is an addressbook
 IsBinding (line 1122)
		IsBinding (line 1122)
	Checks whether this resource is a bind to another resource
 IsCalendar (line 1082)
		IsCalendar (line 1082)
	Checks whether this resource is a calendar
 IsCollection (line 1066)
		IsCollection (line 1066)
	Checks whether this resource is a collection
 IsExternal (line 1130)
		IsExternal (line 1130)
	Checks whether this resource is a bind to an external resource
 IsInSchedulingCollection (line 1103)
		IsInSchedulingCollection (line 1103)
	Checks whether this resource is IN a scheduling inbox/outbox collection
 IsLocked (line 1034)
		IsLocked (line 1034)
	Checks whether the resource is locked, returning any lock token, or false
 IsPrincipal (line 1074)
		IsPrincipal (line 1074)
	Checks whether this resource is a principal
 IsPublic (line 1311)
		IsPublic (line 1311)
	Checks whether the target collection is publicly_readable
 IsPublicOnly (line 1319)
		IsPublicOnly (line 1319)
	Checks whether the target collection is for public events only
 IsSchedulingCollection (line 1091)
		IsSchedulingCollection (line 1091)
	Checks whether this resource is a scheduling inbox/outbox collection
 NeedPrivilege (line 785)
		NeedPrivilege (line 785)
	Check if we have the needed privilege or send an error response. If the user does not have the privileges then the call will not return, and an XML error document will be output.
 parent_path (line 1209)
		parent_path (line 1209)
	Returns the dav_name of the resource in our internal namespace
 principal_url (line 1225)
		principal_url (line 1225)
	Returns the principal-URL for this resource
 Privileges (line 751)
		Privileges (line 751)
	Return the privileges bits for the current session user to this resource
 RenderAsXML (line 1882)
		RenderAsXML (line 1882)
	Render XML for this resource
 resource (line 1252)
		resource (line 1252)
	Returns the database row for this resource
 ResourceProperty (line 1514)
		ResourceProperty (line 1514)
	Return general server-related properties for this URL
 resource_id (line 1278)
		resource_id (line 1278)
	Returns the definitive resource_id for this resource - usually a dav_id
 set_bind_location (line 1197)
		set_bind_location (line 1197)
	Sets the dav_name of the resource we are bound as
 sync_token (line 1292)
		sync_token (line 1292)
	Returns the current sync_token for this collection, or the containing collection
 unique_tag (line 1261)
		unique_tag (line 1261)
	Returns the unique_tag (ETag or getctag) for this resource
 url (line 1168)
		url (line 1168)
	Returns the URL of our resource
 user_no (line 1234)
		user_no (line 1234)
	Returns the internal user_no for the principal for this resource
Documentation generated on Wed, 04 Jul 2012 10:13:07 +0000 by phpDocumentor 1.4.3