public function __construct(Tv $tv, $title, $icon_url)
 {
     parent::__construct($tv->get_all_channel_group_id(), $title, $icon_url);
     $this->tv = $tv;
 }
示例#2
0
 public function __construct(Tv $tv, $id, $title, $icon_url)
 {
     parent::__construct($id, $title, $icon_url);
     $this->tv = $tv;
 }