PHP 클래스 Jackalope\Validation\Path\JackrabbitPathValidator

Namespaces need to be valid XML elements according to the XML specification: http://www.w3.org/TR/2008/REC-xml-20081126/#NT-Name Local names can be any characters other than ":", "[", "]", "*", "'" and """ XML regexes translated thanks to this post from stack overflow: http://stackoverflow.com/questions/2519845/how-to-check-if-string-is-a-valid-xml-element-name/15188815#15188815
상속: extends AbstractRegexValidator
파일 보기 프로젝트 열기: jackalope/jackalope

보호된 프로퍼티들

프로퍼티 타입 설명
$LOCAL_NAME
$NAME
$PATH
$PATH_WITHOUT_LAST_SLASH
$PAT_LOCAL_NAME
$PAT_NAME
$PAT_NAME_PREFIX
$PAT_NAME_PREFIX_CHAR
$PAT_NAME_PREFIX_START_CHAR
$PAT_NAME_SIMPLE_CHAR
$PAT_NAME_SIMPLE_CHAR_NEGATION
$PAT_NAME_SIMPLE_CHAR_NO_SPACE
$PAT_PATH_ELEMENT

공개 메소드들

메소드 설명
__construct ( )
getNamePattern ( )
getPathPattern ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getNamePattern() 공개 메소드

public getNamePattern ( )

getPathPattern() 공개 메소드

public getPathPattern ( )

프로퍼티 상세

$LOCAL_NAME 보호되어 있는 프로퍼티

protected $LOCAL_NAME

$NAME 보호되어 있는 프로퍼티

protected $NAME

$PATH 보호되어 있는 프로퍼티

protected $PATH

$PATH_WITHOUT_LAST_SLASH 보호되어 있는 프로퍼티

protected $PATH_WITHOUT_LAST_SLASH

$PAT_LOCAL_NAME 보호되어 있는 프로퍼티

protected $PAT_LOCAL_NAME

$PAT_NAME 보호되어 있는 프로퍼티

protected $PAT_NAME

$PAT_NAME_PREFIX 보호되어 있는 프로퍼티

protected $PAT_NAME_PREFIX

$PAT_NAME_PREFIX_CHAR 보호되어 있는 프로퍼티

protected $PAT_NAME_PREFIX_CHAR

$PAT_NAME_PREFIX_START_CHAR 보호되어 있는 프로퍼티

protected $PAT_NAME_PREFIX_START_CHAR

$PAT_NAME_SIMPLE_CHAR 보호되어 있는 프로퍼티

protected $PAT_NAME_SIMPLE_CHAR

$PAT_NAME_SIMPLE_CHAR_NEGATION 보호되어 있는 프로퍼티

protected $PAT_NAME_SIMPLE_CHAR_NEGATION

$PAT_NAME_SIMPLE_CHAR_NO_SPACE 보호되어 있는 프로퍼티

protected $PAT_NAME_SIMPLE_CHAR_NO_SPACE

$PAT_PATH_ELEMENT 보호되어 있는 프로퍼티

protected $PAT_PATH_ELEMENT