PHP Класс DataSift\Storyplayer\PlayerLib\Story_Player

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

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

Свойство Тип Описание
$shutdownPhases array a list of the phases that we need to run once the story has finished
$startupPhases array a list of the phases we need to run to get everything ready to run the actual story
$storyFilename string path to the story that we are going to play
$storyPhases array a list of the phases that make up the story

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

Метод Описание
__construct ( $storyFilename, DataSift\Storyplayer\Injectables $injectables )
play ( StoryTeller $st, DataSift\Storyplayer\Injectables $injectables )

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

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

public __construct ( $storyFilename, DataSift\Storyplayer\Injectables $injectables )
$injectables DataSift\Storyplayer\Injectables

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

public play ( StoryTeller $st, DataSift\Storyplayer\Injectables $injectables )
$st StoryTeller
$injectables DataSift\Storyplayer\Injectables

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

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

a list of the phases that we need to run once the story has finished
protected array $shutdownPhases
Результат array

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

a list of the phases we need to run to get everything ready to run the actual story
protected array $startupPhases
Результат array

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

path to the story that we are going to play
protected string $storyFilename
Результат string

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

a list of the phases that make up the story
protected array $storyPhases
Результат array