PHP Класс DataSift\Storyplayer\Phases\Phase

Автор: Stuart Herbert ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$sequenceNo
$st

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

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

doPerPhaseSetup() публичный Метод

public doPerPhaseSetup ( )

doPerPhaseTeardown() публичный Метод

public doPerPhaseTeardown ( )

doPhase() абстрактный публичный Метод

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?
Результат DataSift\Storyplayer\PlayerLib\PhaseGroup_Result

getNewPhaseResult() публичный Метод

public getNewPhaseResult ( )

getPhaseName() публичный Метод

get the name of this phase
public getPhaseName ( ) : string
Результат string

getPhaseSequenceNo() публичный Метод

what number is assigned to this phase?
public getPhaseSequenceNo ( ) : integer | null
Результат integer | null

getPhaseType() абстрактный публичный Метод

abstract public getPhaseType ( ) : integer
Результат integer

Описание свойств

$sequenceNo защищенное свойство

protected $sequenceNo

$st защищенное свойство

protected $st