PHP 클래스 DataSift\Storyplayer\PlayerLib\Story_Player

저자: Stuart Herbert ([email protected])
파일 보기 프로젝트 열기: datasift/storyplayer

보호된 프로퍼티들

프로퍼티 타입 설명
$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