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

public __construct ( StoryTeller $st, $args = [] )
$st DataSift\Storyplayer\PlayerLib\StoryTeller
Пример #1
0
 public function __construct(StoryTeller $st, $args = array())
 {
     // call the parent constructor
     parent::__construct($st, $args);
 }