PHP Class DataSift\Storyplayer\Phases\Phase

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

Protected Properties

Свойство Type Description
$sequenceNo
$st

Méthodes publiques

Méthode Description
__construct ( StoryTeller $st )
doPerPhaseSetup ( )
doPerPhaseTeardown ( )
doPhase ( mixed $thingBeingPlayed ) : DataSift\Storyplayer\PlayerLib\PhaseGroup_Result execute a phase, and return the results for further analysis
getNewPhaseResult ( )
getPhaseName ( ) : string get the name of this phase
getPhaseSequenceNo ( ) : integer | null what number is assigned to this phase?
getPhaseType ( ) : integer

Method Details

__construct() public méthode

public __construct ( StoryTeller $st )
$st DataSift\Storyplayer\PlayerLib\StoryTeller

doPerPhaseSetup() public méthode

public doPerPhaseSetup ( )

doPerPhaseTeardown() public méthode

public doPerPhaseTeardown ( )

doPhase() abstract public méthode

execute a phase, and return the results for further analysis
abstract public doPhase ( mixed $thingBeingPlayed ) : DataSift\Storyplayer\PlayerLib\PhaseGroup_Result
$thingBeingPlayed mixed what is the phase executing against?
Résultat DataSift\Storyplayer\PlayerLib\PhaseGroup_Result

getNewPhaseResult() public méthode

public getNewPhaseResult ( )

getPhaseName() public méthode

get the name of this phase
public getPhaseName ( ) : string
Résultat string

getPhaseSequenceNo() public méthode

what number is assigned to this phase?
public getPhaseSequenceNo ( ) : integer | null
Résultat integer | null

getPhaseType() abstract public méthode

abstract public getPhaseType ( ) : integer
Résultat integer

Property Details

$sequenceNo protected_oe property

protected $sequenceNo

$st protected_oe property

protected $st