mageekguy\atoum\asserter::setAnalyzer PHP Method

setAnalyzer() public method

public setAnalyzer ( mageekguy\atoum\tools\variable\analyzer $analyzer = null )
$analyzer mageekguy\atoum\tools\variable\analyzer
    public function setAnalyzer(variable\analyzer $analyzer = null)
    {
        $this->analyzer = $analyzer ?: new variable\analyzer();
        return $this;
    }