コード例 #1
0
 /**
  * @param Container $container
  */
 public function __construct(Container $container)
 {
     $this->container = $container;
     $this->videoLength = $container['config']['video_length'];
     $this->videoIntersectionLength = $container['config']['video_intersection_length'];
     $this->soapScheduleProvider = $container['SoapScheduleProvider'];
     parent::__construct($container['config']['project_root'] . $container['config']['tmp_dir']);
 }