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.wap.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (C) NAVER <http://www.navercorp.com> */
8
class
pageWap
extends
page
9
{
15
function
procWAP
(&$oMobile)
16
{
17
// Check permissions
18
if
(!$this->grant->access)
return
$oMobile->setContent(
Context::getLang
(
'msg_not_permitted'
));
19
// The contents of the widget chuchulham
20
$oWidgetController =
getController
(
'widget'
);
21
$content = $oWidgetController->transWidgetCode($this->module_info->content);
22
$oMobile->setContent($content);
23
}
24
}
25
/* End of file page.wap.php */
26
/* Location: ./modules/page/page.wap.php */
getController
getController($module_name)
Definition:
func.inc.php:90
page
high class of the module page
Definition:
page.class.php:8
pageWap
wap class page of the module
Definition:
page.wap.php:8
pageWap\procWAP
procWAP(&$oMobile)
wap procedure method
Definition:
page.wap.php:15
Context\getLang
getLang($code)
Definition:
Context.class.php:1008
Generated on Tue Dec 18 2018 17:04:29 for XpressEngine Core by
1.8.5