PHP 클래스 SAML2\XML\mdui\UIInfo

파일 보기 프로젝트 열기: simplesamlphp/saml2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$Description array The Description, as an array of language => translation.
$DisplayName array The DisplayName, as an array of language => translation.
$InformationURL array The InformationURL, as an array of language => url.
$Keywords Keywords[] The Keywords, as an array of Keywords objects
$Logo Logo[] The Logo, as an array of Logo objects
$PrivacyStatementURL array The PrivacyStatementURL, as an array of language => url.
$children SAML2\XML\Chunk[] The elements can be any of the other \SAML2\XML\mdui\* elements.

공개 메소드들

메소드 설명
__construct ( DOMElement $xml = null ) Create a UIInfo element.
toXML ( DOMElement $parent ) : DOMElement | null Convert this UIInfo to XML.

메소드 상세

__construct() 공개 메소드

Create a UIInfo element.
public __construct ( DOMElement $xml = null )
$xml DOMElement The XML element we should load.

toXML() 공개 메소드

Convert this UIInfo to XML.
public toXML ( DOMElement $parent ) : DOMElement | null
$parent DOMElement The element we should append to.
리턴 DOMElement | null

프로퍼티 상세

$Description 공개적으로 프로퍼티

The Description, as an array of language => translation.
public array $Description
리턴 array

$DisplayName 공개적으로 프로퍼티

The DisplayName, as an array of language => translation.
public array $DisplayName
리턴 array

$InformationURL 공개적으로 프로퍼티

The InformationURL, as an array of language => url.
public array $InformationURL
리턴 array

$Keywords 공개적으로 프로퍼티

The Keywords, as an array of Keywords objects
public Keywords[],SAML2\XML\mdui $Keywords
리턴 Keywords[]

$PrivacyStatementURL 공개적으로 프로퍼티

The PrivacyStatementURL, as an array of language => url.
public array $PrivacyStatementURL
리턴 array

$children 공개적으로 프로퍼티

The elements can be any of the other \SAML2\XML\mdui\* elements.
public Chunk[],SAML2\XML $children
리턴 SAML2\XML\Chunk[]