Esempio n. 1
0
 public function offsetGet($field_name)
 {
     if (isset($this->fields[$field_name])) {
         return $this->fields[$field_name];
     }
     FormErrors::fieldNotExists($field_name, Misc::whoCalledMe());
 }