Пример #1
0
 /**
  * Check if this collection uses the specified fieldtype
  *
  * @param  string  $fieldtype
  * @return boolean
  */
 public function hasFieldtype($fieldtype)
 {
     return $this->fields->hasFieldtype($fieldtype);
 }