PHP 클래스 SAML2\XML\mdui\Logo

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

공개 프로퍼티들

프로퍼티 타입 설명
$height integer The height of this logo.
$lang string The language of this item.
$url string The url of this logo.
$width integer The width of this logo.

공개 메소드들

메소드 설명
__construct ( DOMElement $xml = null ) Initialize a Logo.
toXML ( DOMElement $parent ) : DOMElement Convert this Logo to XML.

메소드 상세

__construct() 공개 메소드

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

toXML() 공개 메소드

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

프로퍼티 상세

$height 공개적으로 프로퍼티

The height of this logo.
public int $height
리턴 integer

$lang 공개적으로 프로퍼티

The language of this item.
public string $lang
리턴 string

$url 공개적으로 프로퍼티

The url of this logo.
public string $url
리턴 string

$width 공개적으로 프로퍼티

The width of this logo.
public int $width
리턴 integer