Controller_Validator_Advanced::rule_if PHP Method

rule_if() public method

Advanced logic.
public rule_if ( $a )
    public function rule_if($a)
    {
        $b = $this->pullRule();
        if (!$this->get($b)) {
            $this->stop();
        }
        return $a;
    }