SimpleErrorQueue::clear PHP 메소드

clear() 공개 메소드

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