ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
AclRestrictions.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\DAVACL\Xml\Property
;
4
5
use
Sabre\Xml\Writer
;
6
use
Sabre\Xml\XmlSerializable
;
7
17
class
AclRestrictions
implements
XmlSerializable
{
18
38
function
xmlSerialize
(
Writer
$writer) {
39
40
$writer->
writeElement
(
'{DAV:}grant-only'
);
41
$writer->
writeElement
(
'{DAV:}no-invert'
);
42
43
}
44
45
}
Sabre\Xml\XmlSerializable
Objects implementing XmlSerializable can control how they are represented in Xml. ...
Definition:
XmlSerializable.php:13
XmlSerializable
Writer
Sabre\DAVACL\Xml\Property
Definition:
Acl.php:3
Sabre\DAVACL\Xml\Property\AclRestrictions\xmlSerialize
xmlSerialize(Writer $writer)
The xmlSerialize method is called during xml writing.
Definition:
AclRestrictions.php:38
php
Sabre\DAVACL\Xml\Property\AclRestrictions
AclRestrictions property.
Definition:
AclRestrictions.php:17
Sabre\Xml\Writer\writeElement
writeElement($name, $content=null)
Write a full element tag and it's contents.
Definition:
Writer.php:189
Sabre\Xml\Writer
The XML Writer class.
Definition:
Writer.php:31
libs
composer
vendor
sabre
dav
lib
DAVACL
Xml
Property
AclRestrictions.php
Generated on Thu Jan 16 2025 19:01:50 for ILIAS by
1.8.13 (using
Doxyfile
)