|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for SAML2\XML\md\ContactPerson: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 \DOMElements as an array of strings. More... | |
| static | getStringElement (\DOMElement $parent, $name) |
| Retrieve the value of a child \DOMElement 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, SAML2\XML\md\Extensions\getList(), SAML2\XML\md\ContactPerson\getStringElement(), and SAML2\XML\md\ContactPerson\getStringElements().
Here is the call graph for this function:
|
staticprivate |
Retrieve the value of a child \DOMElement 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, and SAML2\XML\md\ContactPerson\getStringElements().
Referenced by SAML2\XML\md\ContactPerson\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Retrieve the value of a child \DOMElements 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, and SAML2\Utils\xpQuery().
Referenced by SAML2\XML\md\ContactPerson\__construct(), and SAML2\XML\md\ContactPerson\getStringElement().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:| 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.