XpressEngine Core
1.11.2
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
modules
page
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
();
19
Context::setResponseMethod
(
'HTML'
);
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
getController($module_name)
Definition:
func.inc.php:90
page
high class of the module page
Definition:
page.class.php:8
pageAPI
View Action page for the module API processing.
Definition:
page.api.php:8
Context\getRequestMethod
getRequestMethod()
Definition:
Context.class.php:1537
pageAPI\dispPageIndex
dispPageIndex(&$oModule)
Page information.
Definition:
page.api.php:13
Context\setResponseMethod
setResponseMethod($method= 'HTML')
Definition:
Context.class.php:1150
Context\get
get($key)
Definition:
Context.class.php:1973
Generated on Tue Dec 18 2018 17:04:29 for XpressEngine Core by
1.8.5