PHP 클래스 SAML2\XML\shibmd\Scope

파일 보기 프로젝트 열기: simplesamlphp/saml2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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