PHP Class SAML2\XML\mdui\Keywords

Show file Open project: simplesamlphp/saml2 Class Usage Examples

Public Properties

Property Type Description
$Keywords string[] Array of strings.
$lang string The language of this item.

Public Methods

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

Method Details

__construct() public method

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

toXML() public method

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

Property Details

$Keywords public property

Array of strings.
public string[] $Keywords
return string[]

$lang public property

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