PHP Класс SAML2\XML\saml\BaseIDType

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$NameQualifier string | null This attribute provides a means to federate identifiers from disparate user stores without collision.
$SPNameQualifier string | null This attribute provides an additional means to federate identifiers on the basis of the relying party or parties.

Защищенные свойства (Protected)

Свойство Тип Описание
$nodeName string Override in classes extending this class to get the desired name.

Открытые методы

Метод Описание
__construct ( DOMElement $xml = null ) Initialize a saml:BaseID, either from scratch or from an existing \DOMElement.
__toString ( ) : string Get a string representation of this BaseIDType object.
toXML ( DOMElement $parent = null ) : DOMElement Convert this BaseID to XML.

Описание методов

__construct() публичный метод

Initialize a saml:BaseID, either from scratch or from an existing \DOMElement.
public __construct ( DOMElement $xml = null )
$xml DOMElement The XML element we should load, if any.

__toString() публичный метод

Get a string representation of this BaseIDType object.
public __toString ( ) : string
Результат string The resulting XML, as a string.

toXML() публичный метод

Convert this BaseID to XML.
public toXML ( DOMElement $parent = null ) : DOMElement
$parent DOMElement
Результат DOMElement The XML element after adding the data corresponding to this BaseID.

Описание свойств

$NameQualifier публичное свойство

This attribute provides a means to federate identifiers from disparate user stores without collision.
public string|null $NameQualifier
Результат string | null

$SPNameQualifier публичное свойство

This attribute provides an additional means to federate identifiers on the basis of the relying party or parties.
public string|null $SPNameQualifier
Результат string | null

$nodeName защищенное свойство

Override in classes extending this class to get the desired name.
protected string $nodeName
Результат string