ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
CreatePrincipalSupport.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\DAVACL\PrincipalBackend
;
4
5
use
Sabre\DAV\MkCol
;
6
15
interface
CreatePrincipalSupport
extends
BackendInterface
{
16
28
function
createPrincipal
(
$path
,
MkCol
$mkCol);
29
30
}
$path
$path
Definition:
aliased.php:25
Sabre\DAVACL\PrincipalBackend\CreatePrincipalSupport\createPrincipal
createPrincipal($path, MkCol $mkCol)
Creates a new principal.
Sabre\DAVACL\PrincipalBackend
Definition:
AbstractBackend.php:3
Sabre\DAVACL\PrincipalBackend\CreatePrincipalSupport
Implement this interface to add support for creating new principals to your principal backend...
Definition:
CreatePrincipalSupport.php:15
MkCol
Sabre\DAV\MkCol
This class represents a MKCOL operation.
Definition:
MkCol.php:23
php
Sabre\DAVACL\PrincipalBackend\BackendInterface
Implement this interface to create your own principal backends.
Definition:
BackendInterface.php:16
libs
composer
vendor
sabre
dav
lib
DAVACL
PrincipalBackend
CreatePrincipalSupport.php
Generated on Thu Jan 30 2025 19:01:27 for ILIAS by
1.8.13 (using
Doxyfile
)