Ejemplo n.º 1
0
	/**
	 * Очищает очередь страниц
	 */
	public function clear()
	{
		parent::clear();

		$this->content = null;
		$this->structure = array();
	}