コード例 #1
0
ファイル: MetaContent.php プロジェクト: gridguyz/core
 /**
  * This paragraph-type properties
  *
  * @return array
  */
 public static function getAllowedFunctions()
 {
     return array_merge(array_diff(parent::getAllowedFunctions(), array(static::PROPERTY_DELETE)), array(static::PROPERTY_EDIT_CONTENT));
 }