PHP Class Prose\Prose

Show file Open project: datasift/storyplayer Class Usage Examples

Protected Properties

Property Type Description
$args
$device
$st DataSift\Storyplayer\PlayerLib\StoryTeller the one object that knows how to get to everything
$topElement
$topXpath

Public Methods

Method Description
__call ( $methodName, $params )
__construct ( StoryTeller $st, $args = [] )
getSourceFilename ( )
getTopElement ( )
setTopElement ( $element )
toNum ( $string ) --------------------------------------------------------------------

Protected Methods

Method Description
getTopXpath ( )
initActions ( ) : void override this method if required (for example, for web browsers)
initDevice ( )
initPageContext ( )
setTopXpath ( string $xpath )

Method Details

__call() public method

public __call ( $methodName, $params )

__construct() public method

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

getSourceFilename() public method

public getSourceFilename ( )

getTopElement() public method

public getTopElement ( )

getTopXpath() protected method

protected getTopXpath ( )

initActions() protected method

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

initDevice() protected method

protected initDevice ( )

initPageContext() protected method

protected initPageContext ( )

setTopElement() public method

public setTopElement ( $element )

setTopXpath() protected method

protected setTopXpath ( string $xpath )
$xpath string

toNum() public method

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

Property Details

$args protected property

protected $args

$device protected property

protected $device

$st protected property

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

$topElement protected property

protected $topElement

$topXpath protected property

protected $topXpath