SimpleErrorQueue::clear PHP Method

clear() public method

Discards the contents of the error queue.
public clear ( )
    public function clear()
    {
        $this->queue = array();
        $this->expectation_queue = array();
    }