XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
page.api.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
8 class pageAPI extends page
9 {
13  function dispPageIndex(&$oModule)
14  {
15  $page_content = Context::get('page_content');
16  $oWidgetController = getController('widget');
17 
18  $requestMethod = Context::getRequestMethod();
20  $oWidgetController->triggerWidgetCompile($page_content);
21  Context::setResponseMethod($requestMethod);
22 
23  $oModule->add('page_content',$page_content);
24  }
25 }
26 /* End of file page.api.php */
27 /* Location: ./modules/page/page.api.php */
getController($module_name)
Definition: func.inc.php:90
high class of the module page
Definition: page.class.php:8
View Action page for the module API processing.
Definition: page.api.php:8
dispPageIndex(&$oModule)
Page information.
Definition: page.api.php:13
setResponseMethod($method= 'HTML')