Esempio n. 1
0
 public function __construct(Vod $vod)
 {
     $this->vod = $vod;
     parent::__construct(self::ID, $vod->get_vod_genres_folder_views());
     UserInputHandlerRegistry::get_instance()->register_handler($this);
 }