PHP Class SAML2\XML\shibmd\Scope

Afficher le fichier Open project: simplesamlphp/saml2 Class Usage Examples

Méthodes publiques

Свойство Type Description
$regexp boolean Whether this is a regexp scope.
$scope string The scope.

Méthodes publiques

Méthode Description
__construct ( DOMElement $xml = null ) Create a Scope.
toXML ( DOMElement $parent ) : DOMElement Convert this Scope to XML.

Method Details

__construct() public méthode

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

toXML() public méthode

Convert this Scope to XML.
public toXML ( DOMElement $parent ) : DOMElement
$parent DOMElement The element we should append this Scope to.
Résultat DOMElement

Property Details

$regexp public_oe property

Whether this is a regexp scope.
public bool $regexp
Résultat boolean

$scope public_oe property

The scope.
public string $scope
Résultat string