1 | <?php |
||
29 | class AddressBookRoot extends \Sabre\CardDAV\AddressBookRoot { |
||
30 | |||
31 | /** |
||
32 | * This method returns a node for a principal. |
||
33 | * |
||
34 | * The passed array contains principal information, and is guaranteed to |
||
35 | * at least contain a uri item. Other properties may or may not be |
||
36 | * supplied by the authentication backend. |
||
37 | * |
||
38 | * @param array $principal |
||
39 | * @return \Sabre\DAV\INode |
||
40 | */ |
||
41 | public function getChildForPrincipal(array $principal) { |
||
46 | |||
47 | } |
||
48 |