* the node then becomes a branch.
*
* @package moodlecore
+ * @subpackage navigation
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
* </ul>
*
* @package moodlecore
+ * @subpackage navigation
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
* which of course will speed up the response time.. because no one likes laggy AJAX.
*
* @package moodlecore
+ * @subpackage navigation
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
* object held by PAGE
*
* @package moodlecore
+ * @subpackage navigation
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
* and was created initially for use with the settings blocks.
*
* @package moodlecore
+ * @subpackage navigation
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
* Simple class used to output a navigation branch in XML
*
* @package moodlecore
+ * @subpackage navigation
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
* </code>
*
* @package moodlecore
+ * @subpackage navigation
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
return false;
}
/**
- * Whipes the entire cache, good to force regeneration
+ * Wipes the entire cache, good to force regeneration
*/
public function clear() {
$this->session = array();