Prose\UsingVagrant::__construct PHP Méthode

__construct() public méthode

public __construct ( StoryTeller $st, $args = [] )
$st DataSift\Storyplayer\PlayerLib\StoryTeller
    public function __construct(StoryTeller $st, $args = array())
    {
        // call the parent constructor
        parent::__construct($st, $args);
    }