示例#1
0
 /**
  * Remove all view options for a page
  *
  * This will make the page be displayed with the 'index' view
  *
  * @param string $page Page to remove hierarchy of
  */
 public function remove_hierarchy($page)
 {
     Stencil_Handler_Factory::set_hierarchy_handler($page);
 }