ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Collection.php
Go to the documentation of this file.
1<?php
2
4
6
20
27 function getChildForPrincipal(array $principalInfo) {
28
29 return new User($this->principalBackend, $principalInfo);
30
31 }
32
33}
An exception for terminatinating execution or to throw for unit testing.
getChildForPrincipal(array $principalInfo)
Returns a child object based on principal information.
Definition: Collection.php:27
CalDAV principal.
Definition: User.php:19