Пример #1
0
 /**
  * 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));
 }