kahlan\Reporters::clear PHP Method

clear() public method

Removes all reporters.
public clear ( )
    public function clear()
    {
        $this->_reporters = [];
    }