kahlan\Reporters::remove PHP Method

remove() public method

Removes a reporter.
public remove ( string $name )
$name string The reporter name.
    public function remove($name)
    {
        unset($this->_reporters[$name]);
    }