kahlan\Reporters::exists PHP Méthode

exists() public méthode

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