Exemple #1
0
 /**
  * Applies default values to this object.
  * This method should be called from the object's constructor (or equivalent initialization method).
  * @see __construct()
  */
 public function applyDefaultValues()
 {
     $this->setType(EventCuePointPlugin::getCuePointTypeCoreValue(EventCuePointType::EVENT));
 }
 public function __construct()
 {
     $this->cuePointType = EventCuePointPlugin::getApiValue(EventCuePointType::EVENT);
 }
 public function getTypeListResponse(KalturaFilterPager $pager, KalturaDetachedResponseProfile $responseProfile = null, $type = null)
 {
     return parent::getTypeListResponse($pager, $responseProfile, EventCuePointPlugin::getCuePointTypeCoreValue(EventCuePointType::EVENT));
 }