SimpleErrorQueue::clear PHP Méthode

clear() public méthode

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