DotKernel/admin/views/SystemView.php
Properties
Description
DotBoost Technologies Inc.
DotKernel Application Framework
Classes
System_View
Properties
No
No
Description
System View Class
class that prepare output related to User controller
Methods
__construct,
dashboard,
details,
displaySettings,
listEmailTransporter,
showAPCInfo,
showPHPInfo,
__construct(
Dot_Template
$tpl,
)
:
n/a
Description
Constructor
Arguments
Return value
Tags
Name |
Description |
access |
public |
dashboard(
string
$templateFile,
string
$mysqlVersion,
string
$apcInfo,
array
$geoIpVersion,
array
$wurflInfo,
array
$warnings,
)
:
void
Description
Display dashboard
Arguments
Name |
Type |
Description |
Default |
$templateFile |
string |
|
|
$mysqlVersion |
string |
|
|
$apcInfo |
string |
|
|
$geoIpVersion |
array |
|
|
$wurflInfo |
array |
|
|
$warnings |
array |
|
|
Return value
Tags
Name |
Description |
access |
public |
details(
object
$templateFile,
object
$data
= array,
)
:
void
Description
Display email transporter details. It is used for update actions
Arguments
Name |
Type |
Description |
Default |
$templateFile |
object |
|
|
$data |
object |
[optional] |
array |
Return value
displaySettings(
string
$templateFile,
array
$data,
)
:
void
Description
Display settings
Arguments
Name |
Type |
Description |
Default |
$templateFile |
string |
|
|
$data |
array |
|
|
Return value
Tags
Name |
Description |
access |
public |
listEmailTransporter(
string
$templateFile,
array
$list,
int
$page,
bool
$ajax
= false,
)
:
void
Description
List the email transporter
Arguments
Name |
Type |
Description |
Default |
$templateFile |
string |
|
|
$list |
array |
|
|
$page |
int |
|
|
$ajax |
bool |
[optional] - Using ajax, parse only the list content |
false |
Return value
showAPCInfo(
)
:
void
Description
Display the apc.php page
Return value
Tags
Name |
Description |
access |
public |
showPHPInfo(
string
$templateFile,
)
:
void
Description
Display phpinfo values
Arguments
Name |
Type |
Description |
Default |
$templateFile |
string |
|
|
Return value
Tags
Name |
Description |
access |
public |