ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
IPrincipalCollection.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\DAVACL;
4 
5 use Sabre\DAV;
6 
18 
42  function searchPrincipals(array $searchProperties, $test = 'allof');
43 
60  function findByUri($uri);
61 
62 }
searchPrincipals(array $searchProperties, $test='allof')
This method is used to search for principals matching a set of properties.
Principal Collection interface.
The ICollection Interface.
Definition: ICollection.php:14
findByUri($uri)
Finds a principal by its URI.
$test
Definition: Utf8Test.php:84