DotKernel/frontend/views/PageView.php
Properties
Description
DotBoost Technologies Inc.
DotKernel Application Framework
Classes
Page_View
Properties
No
No
Description
Page View Class
functions that prepare output related to Page controller
Methods
__construct,
showImage,
showPage,
__construct(
Dot_Template
$tpl,
)
:
n/a
Description
Constructor
Arguments
Return value
Tags
Name |
Description |
access |
public |
showImage(
string
$templateFile,
$imageFileNew,
$imageFileOld,
)
:
void
Description
Show the content of a page item
Arguments
Name |
Type |
Description |
Default |
$templateFile |
string |
[optional] |
|
$imageFileNew |
n/a |
|
|
$imageFileOld |
n/a |
|
|
Return value
Tags
Name |
Description |
access |
public |
showPage(
string
$templateFile,
)
:
void
Description
Show the content of a page item
Arguments
Name |
Type |
Description |
Default |
$templateFile |
string |
[optional] |
|
Return value
Tags
Name |
Description |
access |
public |