コード例 #1
0
ファイル: EventCuePoint.php プロジェクト: DBezemer/server
 /**
  * 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));
 }
コード例 #2
0
 public function getTypeListResponse(KalturaFilterPager $pager, KalturaDetachedResponseProfile $responseProfile = null, $type = null)
 {
     return parent::getTypeListResponse($pager, $responseProfile, EventCuePointPlugin::getCuePointTypeCoreValue(EventCuePointType::EVENT));
 }