예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setContexts(array(ContextType::PLAY));
 }
예제 #2
0
 /**
  * @param KalturaEvent $v
  */
 public function __construct(KalturaEvent $v = null)
 {
     parent::__construct();
     $this->event = $v;
 }