DataSift\Storyplayer\PlayerLib\Story_Checkpoint::__construct PHP Метод

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

our constructor
public __construct ( StoryTeller $st )
$st StoryTeller The StoryTeller object (which we will cache)
    public function __construct(StoryTeller $st)
    {
        // remember the StoryTeller object for future use
        $this->st = $st;
    }