PHP 클래스 Sulu\Component\Util\XmlUtil

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

공개 메소드들

메소드 설명
getBooleanValueFromXPath ( string $path, DOMXPath $xpath, DomNode $context = null, mixed $default = null ) : boolean | null | string | mixed Returns boolean value of path.
getValueFromXPath ( string $path, DOMXPath $xpath, DomNode $context = null, mixed $default = null ) : boolean | null | string | mixed Returns value of path.

메소드 상세

getBooleanValueFromXPath() 공개 정적인 메소드

Returns boolean value of path.
public static getBooleanValueFromXPath ( string $path, DOMXPath $xpath, DomNode $context = null, mixed $default = null ) : boolean | null | string | mixed
$path string
$xpath DOMXPath
$context DomNode
$default mixed
리턴 boolean | null | string | mixed

getValueFromXPath() 공개 정적인 메소드

Returns value of path.
public static getValueFromXPath ( string $path, DOMXPath $xpath, DomNode $context = null, mixed $default = null ) : boolean | null | string | mixed
$path string
$xpath DOMXPath
$context DomNode
$default mixed
리턴 boolean | null | string | mixed