コード例 #1
0
ファイル: PdfFlavorParams.php プロジェクト: richhl/kalturaCE
 /**
  * @return bool
  */
 public function getReadonly()
 {
     return parent::getFromCustomData(self::CUSTOM_DATA_FIELD_READONLY, null, false);
 }
コード例 #2
0
ファイル: SwfFlavorParams.php プロジェクト: richhl/kalturaCE
 /**
  * @return boolean
  */
 public function getFlatten()
 {
     return parent::getFromCustomData('flatten');
 }
コード例 #3
0
ファイル: ImageFlavorParams.php プロジェクト: DBezemer/server
 public function getDepth()
 {
     return parent::getFromCustomData(self::CUSTOM_DATA_FIELD_DEPTH);
 }
コード例 #4
0
ファイル: SwfFlavorParams.php プロジェクト: DBezemer/server
 /**
  * @return boolean
  */
 public function getPoly2bitmap()
 {
     return parent::getFromCustomData('poly2Bitmap');
 }