PHP Класс SAML2\XML\shibmd\Scope

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

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

Свойство Тип Описание
$regexp boolean Whether this is a regexp scope.
$scope string The scope.

Открытые методы

Метод Описание
__construct ( DOMElement $xml = null ) Create a Scope.
toXML ( DOMElement $parent ) : DOMElement Convert this Scope to XML.

Описание методов

__construct() публичный Метод

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

toXML() публичный Метод

Convert this Scope to XML.
public toXML ( DOMElement $parent ) : DOMElement
$parent DOMElement The element we should append this Scope to.
Результат DOMElement

Описание свойств

$regexp публичное свойство

Whether this is a regexp scope.
public bool $regexp
Результат boolean

$scope публичное свойство

The scope.
public string $scope
Результат string