示例#1
0
 /**
  * Set the page type handler for a page
  *
  * HandlerFactory proxy functions
  *
  * @param string   $page Page to set for.
  * @param callable $handler Handler that will be executed for specified page.
  */
 public function set_page_type_handler($page, $handler)
 {
     Stencil_Handler_Factory::set_page_type_handler($page, $handler);
 }