public static function dependsOn()
 {
     $bulkUploadXmlDependency = new KalturaDependency(self::BULK_UPLOAD_XML_PLUGIN_NAME);
     $attachmentDependency = new KalturaDependency(AttachmentPlugin::getPluginName());
     return array($bulkUploadXmlDependency, $attachmentDependency);
 }
コード例 #2
0
ファイル: TranscriptPlugin.php プロジェクト: DBezemer/server
 public static function dependsOn()
 {
     $dependency = new KalturaDependency(AttachmentPlugin::getPluginName());
     return array($dependency);
 }