Class AdminSystemThemes
Admin System Theme Creator/Editor
- Controller
- AppController
- AdminSystemThemes
Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at app/controllers/admin_system_themes.php
Methods summary
public
|
#
preAction( )
Overwritable method called before the index method, or controller specified action. This method is public to make compatible with PHP 5.1 (due to a bug not fixed until 5.2). It is, however, not a callable action. |
public
|
|
public
|
|
public
|
Methods inherited from AppController
__construct()
,
authorized()
,
flashMessage()
,
getCompany()
,
getDaysOfWeek()
,
getMonths()
,
getTimes()
,
getWidgets()
,
isAjax()
,
isLoggedIn()
,
isStaffAsClient()
,
licenseCheck()
,
outputAsJson()
,
postAction()
,
primeCompany()
,
renderAjaxWidget()
,
renderAjaxWidgetIfAsync()
,
reorderWidgets()
,
requireLogin()
,
setMessage()
,
setWidgetState()
,
toggleWidget()
Methods inherited from Controller
clearCache()
,
components()
,
draw()
,
emptyCache()
,
helpers()
,
partial()
,
redirect()
,
render()
,
set()
,
setDefaultViewPath()
,
startCaching()
,
stopCaching()
,
uses()
Magic methods summary
Properties summary
Properties inherited from AppController
$admin_uri
,
$base_uri
,
$base_url
,
$client_uri
,
$company_id
,
$components
,
$helpers
,
$layout
,
$request_uri
,
$server_protocol
Properties inherited from Controller
$action
,
$controller
,
$files
,
$get
,
$is_cli
,
$plugin
,
$post
,
$structure
,
$structure_view
,
$uri
,
$uri_str
,
$uses
,
$view