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

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

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

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

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

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

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

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

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

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

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

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

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

path to the script that we are going to run
protected string $scriptFilename
Результат string

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

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

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

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

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

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