Documentation

AddressBookQueryReportTest extends XmlTest
in package

Table of Contents

$contextUri  : mixed
$elementMap  : mixed
$namespaceMap  : mixed
assertParsedValue()  : mixed
cleanUp()  : mixed
parse()  : mixed
testDeserialize()  : mixed
testDeserializeAddressbookElements()  : mixed
testDeserializeAllOf()  : mixed
testDeserializeBadMatchType()  : mixed
testDeserializeBadMatchType2()  : mixed
testDeserializeBadTest()  : mixed
testDeserializeComplex()  : mixed
testDeserializeDoubleFilter()  : mixed
testDeserializeNoFilter()  : mixed
We should error on this, but KDE does this, so we chose to support it.
write()  : mixed

Properties

$contextUri

protected mixed $contextUri = '/'

$elementMap

protected mixed $elementMap = ['{urn:ietf:params:xml:ns:carddav}addressbook-query' => 'Sabre\CardDAV\Xml\Request\AddressBookQueryReport']

$namespaceMap

protected mixed $namespaceMap = ['DAV:' => 'd']

Methods

assertParsedValue()

public assertParsedValue(mixed $expected, mixed $xml[, array<string|int, mixed> $elementMap = [] ]) : mixed
Parameters
$expected : mixed
$xml : mixed
$elementMap : array<string|int, mixed> = []
Return values
mixed

cleanUp()

public cleanUp() : mixed
Return values
mixed

parse()

public parse(mixed $xml[, array<string|int, mixed> $elementMap = [] ]) : mixed
Parameters
$xml : mixed
$elementMap : array<string|int, mixed> = []
Return values
mixed

testDeserializeAddressbookElements()

public testDeserializeAddressbookElements() : mixed
Return values
mixed

testDeserializeNoFilter()

We should error on this, but KDE does this, so we chose to support it.

public testDeserializeNoFilter() : mixed
Return values
mixed

write()

public write(mixed $input) : mixed
Parameters
$input : mixed
Return values
mixed

Search results