Controller_Validator_Abstract::set PHP Method

set() public method

Changes the original value of the field (for normalization).
public set ( $field, $value )
    public function set($field, $value)
    {
        $this->source[$field] = $value;
        return $this;
    }