Example #1
0
 /**
  * This paragraph-type properties
  *
  * @return  array
  */
 public static function getAllowedFunctions()
 {
     return array_diff(parent::getAllowedFunctions(), array(static::PROPERTY_DRAG));
 }