PHP Class Prose\Prose

Afficher le fichier Open project: datasift/storyplayer Class Usage Examples

Protected Properties

Свойство Type Description
$args
$device
$st DataSift\Storyplayer\PlayerLib\StoryTeller the one object that knows how to get to everything
$topElement
$topXpath

Méthodes publiques

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

Méthodes protégées

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

Method Details

__call() public méthode

public __call ( $methodName, $params )

__construct() public méthode

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

getSourceFilename() public méthode

public getSourceFilename ( )

getTopElement() public méthode

public getTopElement ( )

getTopXpath() protected méthode

protected getTopXpath ( )

initActions() protected méthode

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

initDevice() protected méthode

protected initDevice ( )

initPageContext() protected méthode

protected initPageContext ( )

setTopElement() public méthode

public setTopElement ( $element )

setTopXpath() protected méthode

protected setTopXpath ( string $xpath )
$xpath string

toNum() public méthode

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

Property Details

$args protected_oe property

protected $args

$device protected_oe property

protected $device

$st protected_oe property

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

$topElement protected_oe property

protected $topElement

$topXpath protected_oe property

protected $topXpath