Elgg\Notifications\DatabaseQueueMock::clear PHP Method

clear() public method

public clear ( )
    public function clear()
    {
        $this->queue = array();
    }