ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (\DOMElement $xml=null) | |
Initialize a ContactPerson element. More... | |
toXML (\DOMElement $parent) | |
Convert this ContactPerson to XML. More... | |
Data Fields | |
$contactType | |
$Extensions = array() | |
$Company = null | |
$GivenName = null | |
$SurName = null | |
$EmailAddress = array() | |
$TelephoneNumber = array() | |
$ContactPersonAttributes = array() | |
Static Private Member Functions | |
static | getStringElements (\DOMElement $parent, $name) |
Retrieve the value of a child as an array of strings. More... | |
static | getStringElement (\DOMElement $parent, $name) |
Retrieve the value of a child as a string. More... | |
Definition at line 13 of file ContactPerson.php.
SAML2\XML\md\ContactPerson::__construct | ( | \DOMElement | $xml = null | ) |
Initialize a ContactPerson element.
\DOMElement | null | $xml | The XML element we should load. |
Definition at line 79 of file ContactPerson.php.
References $xml, and SAML2\XML\md\Extensions\getList().
|
staticprivate |
Retrieve the value of a child as a string.
\DOMElement | $parent | The parent element. |
string | $name | The name of the child element. |
Definition at line 136 of file ContactPerson.php.
References $name.
|
staticprivate |
Retrieve the value of a child as an array of strings.
\DOMElement | $parent | The parent element. |
string | $name | The name of the child elements. |
Definition at line 114 of file ContactPerson.php.
References $i, $name, $ret, array, and SAML2\Utils\xpQuery().
SAML2\XML\md\ContactPerson::toXML | ( | \DOMElement | $parent | ) |
Convert this ContactPerson to XML.
\DOMElement | $parent | The element we should add this contact to. |
Definition at line 157 of file ContactPerson.php.
References SAML2\XML\md\Extensions\addList(), SAML2\Utils\addString(), SAML2\Utils\addStrings(), and SAML2\Constants\NS_MD.
SAML2\XML\md\ContactPerson::$Company = null |
Definition at line 36 of file ContactPerson.php.
SAML2\XML\md\ContactPerson::$ContactPersonAttributes = array() |
Definition at line 71 of file ContactPerson.php.
SAML2\XML\md\ContactPerson::$contactType |
Definition at line 20 of file ContactPerson.php.
SAML2\XML\md\ContactPerson::$EmailAddress = array() |
Definition at line 57 of file ContactPerson.php.
SAML2\XML\md\ContactPerson::$Extensions = array() |
Definition at line 29 of file ContactPerson.php.
SAML2\XML\md\ContactPerson::$GivenName = null |
Definition at line 43 of file ContactPerson.php.
SAML2\XML\md\ContactPerson::$SurName = null |
Definition at line 50 of file ContactPerson.php.
SAML2\XML\md\ContactPerson::$TelephoneNumber = array() |
Definition at line 64 of file ContactPerson.php.