PHP Класс SAML2\XML\mdui\Logo

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$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