|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
The Card object represents a single Card from an addressbook. More...
Inheritance diagram for Sabre\CardDAV\Card:
Collaboration diagram for Sabre\CardDAV\Card:Public Member Functions | |
| __construct (Backend\BackendInterface $carddavBackend, array $addressBookInfo, array $cardData) | |
| Constructor. More... | |
| getName () | |
| Returns the uri for this object. More... | |
| get () | |
| Returns the VCard-formatted object. More... | |
| put ($cardData) | |
| Updates the VCard-formatted object. More... | |
| delete () | |
| Deletes the card. More... | |
| getContentType () | |
| Returns the mime content-type. More... | |
| getETag () | |
| Returns an ETag for this object. More... | |
| getLastModified () | |
| Returns the last modification date as a unix timestamp. More... | |
| getSize () | |
| Returns the size of this object in bytes. More... | |
| getOwner () | |
| Returns the owner principal. More... | |
| getACL () | |
| Returns a list of ACE's for this node. More... | |
| put ($data) | |
| Replaces the contents of the file. More... | |
| get () | |
| Returns the data. More... | |
| getSize () | |
| Returns the size of the file, in bytes. More... | |
| getETag () | |
| Returns the ETag for a file. More... | |
| getContentType () | |
| Returns the mime-type for a file. More... | |
Public Member Functions inherited from Sabre\DAV\Node | |
| getLastModified () | |
| Returns the last modification time as a unix timestamp. More... | |
| delete () | |
| Deletes the current node. More... | |
| setName ($name) | |
| Renames the node. More... | |
| delete () | |
| Deleted the current node. More... | |
| getName () | |
| Returns the name of the node. More... | |
| setName ($name) | |
| Renames the node. More... | |
| getLastModified () | |
| Returns the last modification time, as a unix timestamp. More... | |
| put ($data) | |
| Replaces the contents of the file. More... | |
| get () | |
| Returns the data. More... | |
| getContentType () | |
| Returns the mime-type for a file. More... | |
| getETag () | |
| Returns the ETag for a file. More... | |
| getSize () | |
| Returns the size of the node, in bytes. More... | |
Public Member Functions inherited from Sabre\DAVACL\IACL | |
| getOwner () | |
| Returns the owner principal. More... | |
| getGroup () | |
| Returns a group principal. More... | |
| getACL () | |
| Returns a list of ACE's for this node. More... | |
| setACL (array $acl) | |
| Updates the ACL. More... | |
| getSupportedPrivilegeSet () | |
| Returns the list of supported privileges for this node. More... | |
Protected Attributes | |
| $carddavBackend | |
| $cardData | |
| $addressBookInfo | |
The Card object represents a single Card from an addressbook.
| Sabre\CardDAV\Card::__construct | ( | Backend\BackendInterface | $carddavBackend, |
| array | $addressBookInfo, | ||
| array | $cardData | ||
| ) |
Constructor.
| Backend\BackendInterface | $carddavBackend | |
| array | $addressBookInfo | |
| array | $cardData |
Definition at line 47 of file Card.php.
References Sabre\CardDAV\Card\$addressBookInfo, Sabre\CardDAV\Card\$cardData, and Sabre\CardDAV\Card\$carddavBackend.
| Sabre\CardDAV\Card::delete | ( | ) |
Deletes the card.
Implements Sabre\DAV\INode.
Definition at line 109 of file Card.php.
| Sabre\CardDAV\Card::get | ( | ) |
Returns the VCard-formatted object.
Reimplemented from Sabre\DAV\File.
Definition at line 71 of file Card.php.
| Sabre\CardDAV\Card::getACL | ( | ) |
Returns a list of ACE's for this node.
Each ACE has the following properties:
Implements Sabre\DAVACL\IACL.
Definition at line 199 of file Card.php.
| Sabre\CardDAV\Card::getContentType | ( | ) |
Returns the mime content-type.
Reimplemented from Sabre\DAV\File.
Definition at line 120 of file Card.php.
| Sabre\CardDAV\Card::getETag | ( | ) |
Returns an ETag for this object.
Reimplemented from Sabre\DAV\File.
Definition at line 131 of file Card.php.
References $data.
| Sabre\CardDAV\Card::getLastModified | ( | ) |
Returns the last modification date as a unix timestamp.
Implements Sabre\DAV\INode.
Definition at line 152 of file Card.php.
| Sabre\CardDAV\Card::getName | ( | ) |
Returns the uri for this object.
Implements Sabre\DAV\INode.
Definition at line 60 of file Card.php.
| Sabre\CardDAV\Card::getOwner | ( | ) |
Returns the owner principal.
This must be a url to a principal, or null if there's no owner
Implements Sabre\DAVACL\IACL.
Definition at line 180 of file Card.php.
| Sabre\CardDAV\Card::getSize | ( | ) |
Returns the size of this object in bytes.
Reimplemented from Sabre\DAV\File.
Definition at line 163 of file Card.php.
| Sabre\CardDAV\Card::put | ( | $cardData | ) |
Updates the VCard-formatted object.
| string | $cardData |
Reimplemented from Sabre\DAV\File.
Definition at line 88 of file Card.php.
References Sabre\CardDAV\Card\$cardData, and Sabre\DAV\StringUtil\ensureUTF8().
Here is the call graph for this function:
|
protected |
Definition at line 38 of file Card.php.
Referenced by Sabre\CardDAV\Card\__construct().
|
protected |
Definition at line 31 of file Card.php.
Referenced by Sabre\CardDAV\Card\__construct(), and Sabre\CardDAV\Card\put().
|
protected |
Definition at line 24 of file Card.php.
Referenced by Sabre\CardDAV\Card\__construct().