예제 #1
0
 /**
  * remove field where type==$type from field list and button container
  *
  * @param $type
  * @return $this 
  * @static 
  */
 public static function removeType($type)
 {
     return \Zofe\Rapyd\DataForm\DataForm::removeType($type);
 }