PHP 클래스 Prose\Prose

저자: Stuart Herbert ([email protected])
파일 보기 프로젝트 열기: datasift/storyplayer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$args
$device
$st DataSift\Storyplayer\PlayerLib\StoryTeller the one object that knows how to get to everything
$topElement
$topXpath

공개 메소드들

메소드 설명
__call ( $methodName, $params )
__construct ( StoryTeller $st, $args = [] )
getSourceFilename ( )
getTopElement ( )
setTopElement ( $element )
toNum ( $string ) --------------------------------------------------------------------

보호된 메소드들

메소드 설명
getTopXpath ( )
initActions ( ) : void override this method if required (for example, for web browsers)
initDevice ( )
initPageContext ( )
setTopXpath ( string $xpath )

메소드 상세

__call() 공개 메소드

public __call ( $methodName, $params )

__construct() 공개 메소드

public __construct ( StoryTeller $st, $args = [] )
$st DataSift\Storyplayer\PlayerLib\StoryTeller

getSourceFilename() 공개 메소드

public getSourceFilename ( )

getTopElement() 공개 메소드

public getTopElement ( )

getTopXpath() 보호된 메소드

protected getTopXpath ( )

initActions() 보호된 메소드

override this method if required (for example, for web browsers)
protected initActions ( ) : void
리턴 void

initDevice() 보호된 메소드

protected initDevice ( )

initPageContext() 보호된 메소드

protected initPageContext ( )

setTopElement() 공개 메소드

public setTopElement ( $element )

setTopXpath() 보호된 메소드

protected setTopXpath ( string $xpath )
$xpath string

toNum() 공개 메소드

--------------------------------------------------------------------
public toNum ( $string )

프로퍼티 상세

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

protected $args

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

protected $device

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

the one object that knows how to get to everything
protected StoryTeller,DataSift\Storyplayer\PlayerLib $st
리턴 DataSift\Storyplayer\PlayerLib\StoryTeller

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

protected $topElement

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

protected $topXpath