kahlan\Reporters::exists PHP Method

exists() public method

Checks if a reporter exist.
public exists ( string $name ) : boolean
$name string The reporter name.
return boolean
    public function exists($name)
    {
        return isset($this->_reporters[$name]);
    }