PHP 클래스 SAML2\XML\saml\BaseIDType

파일 보기 프로젝트 열기: simplesamlphp/saml2

공개 프로퍼티들

프로퍼티 타입 설명
$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.

보호된 프로퍼티들

프로퍼티 타입 설명
$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