Controller_Validator_Abstract::getActualFields PHP Метод

getActualFields() публичный Метод

Get list of fields which we are going to validate. In some cases it makes no sense to validate fields which are not appearing individually the form, therefore this method will look carefully at what you are validating.
public getActualFields ( )
    public function getActualFields()
    {
        return array_keys($this->rules);
    }