9 '{DAV:}principal-match' =>
'Sabre\DAVACL\Xml\Request\PrincipalMatchReport',
16 <?xml version=
"1.0" encoding=
"utf-8" ?>
17 <
D:principal-match xmlns:
D=
"DAV:">
18 <
D:principal-
property>
20 </
D:principal-
property>
27 $this->assertEquals(
'{DAV:}owner',
$result[
'value']->principalProperty);
34 <?xml version=
"1.0" encoding=
"utf-8" ?>
35 <
D:principal-match xmlns:
D=
"DAV:">
46 $this->assertNull(
$result[
'value']->principalProperty);
47 $this->assertEquals([
'{DAV:}foo'],
$result[
'value']->properties);
parse($xml, array $elementMap=[])
const PRINCIPAL_PROPERTY
Report on a property on resources, such as {DAV:}owner, that match the current principal.
const SELF
Report on a list of principals that match the current principal.