PHP Class SAML2\XML\mdui\Logo

Show file Open project: simplesamlphp/saml2 Class Usage Examples

Public Properties

Property Type Description
$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.

Public Methods

Method Description
__construct ( DOMElement $xml = null ) Initialize a Logo.
toXML ( DOMElement $parent ) : DOMElement Convert this Logo to XML.

Method Details

__construct() public method

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

toXML() public method

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

Property Details

$height public property

The height of this logo.
public int $height
return integer

$lang public property

The language of this item.
public string $lang
return string

$url public property

The url of this logo.
public string $url
return string

$width public property

The width of this logo.
public int $width
return integer