Controller_Validator_Abstract::setSource PHP Метод

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

If you are adding this Controller inside a Model, you don't need to set source. If you want controller to work with an array or some other object, use setSource().
public setSource ( $source )
    public function setSource($source)
    {
        $this->source = $source;
    }