Example #1
0
 /**
  * Gets whether this model has a certain field
  * @param string $fieldName Name of the field to check
  * @return boolean True if the model contains the field, false otherwise
  */
 public function hasField($fieldName)
 {
     return $this->table->hasField($fieldName);
 }