public function addRule(Rule $rule, Field $field) { $this->rules[$field->getName()][] = $rule; }
public function addField(Field $field) { $this->fields[$field->getName()] = $field; $this->hash[count($this->hash)] = $field->getName(); return $this; }