DataSift\Storyplayer\Phases\Phase::__construct PHP Метод

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

public __construct ( StoryTeller $st )
$st DataSift\Storyplayer\PlayerLib\StoryTeller
    public function __construct(StoryTeller $st)
    {
        $this->st = $st;
    }