ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
CreatePrincipalSupport.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
16 
28  function createPrincipal($path, MkCol $mkCol);
29 
30 }
$path
Definition: aliased.php:25
createPrincipal($path, MkCol $mkCol)
Creates a new principal.
Implement this interface to add support for creating new principals to your principal backend...
This class represents a MKCOL operation.
Definition: MkCol.php:23
Implement this interface to create your own principal backends.