PHP 클래스 FluentDOM\QualifiedName

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

공개 프로퍼티들

프로퍼티 타입 설명
$cacheLimit

공개 메소드들

메소드 설명
__construct ( $name )
__get ( $property ) : string Read dynamic property, throw exception for invalid properties.
__isset ( $property ) : boolean Define dynamic properties, return false for all other
__set ( $property, $value ) Block changes
__toString ( ) : string Allow to convert the qualified name object to a string.
__unset ( $property ) Block changes
normalizeString ( string $string, string $default = '_' ) : string Removes all characters from a string that are not allowed in a xml NCName. An NCName is the tag name of an xml element without a prefix.
split ( string $name ) : array Split an qualified name into its two parts.
validate ( string $name ) : boolean Validate a string to be an valid QName

비공개 메소드들

메소드 설명
isNCName ( string $name, integer $offset, string $fullName = NULL ) : boolean Validate string as qualified node name part (namespace or local name)
setQName ( string $name ) Validate string as qualified node name

메소드 상세

__construct() 공개 메소드

public __construct ( $name )

__get() 공개 메소드

Read dynamic property, throw exception for invalid properties.
public __get ( $property ) : string
$property
리턴 string

__isset() 공개 메소드

Define dynamic properties, return false for all other
public __isset ( $property ) : boolean
$property
리턴 boolean

__set() 공개 메소드

Block changes
public __set ( $property, $value )
$property
$value

__toString() 공개 메소드

Allow to convert the qualified name object to a string.
public __toString ( ) : string
리턴 string

__unset() 공개 메소드

Block changes
public __unset ( $property )
$property

normalizeString() 공개 정적인 메소드

If the result of that removal is an empty string, the default value is returned.
public static normalizeString ( string $string, string $default = '_' ) : string
$string string
$default string
리턴 string

split() 공개 정적인 메소드

Split an qualified name into its two parts.
public static split ( string $name ) : array
$name string
리턴 array

validate() 공개 정적인 메소드

Validate a string to be an valid QName
public static validate ( string $name ) : boolean
$name string
리턴 boolean

프로퍼티 상세

$cacheLimit 공개적으로 정적으로 프로퍼티

public static $cacheLimit