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