Definition at line 39 of file admin_page_proxy_view.inc.
◆ __construct()
AdminPageProxyView::__construct |
( |
| ) |
|
Definition at line 43 of file admin_page_proxy_view.inc.
66 catch(DataNotFoundException $e)
71 $adminComponent = $this->adminPage->Component();
72 $hostComponent =
$page->Component();
79 throw new FakoliException(
"Incorrect execution context for proxy view");
83 if (
$page->identifier != $this->adminPage->identifier)
89 if ($adminComponent->component_id != $hostComponent->component_id)
112 if (is_callable($shim)) $shim();
if(! $class||! $itemID) $adminAccess
static getAdminProxyShim()
static fromIdentifier($identifier)
FakoliException is the base exception class for all Fakoli errors.
static checkSSL()
Checks if SSL is enabled on the current request.
if($config["default_content_type"]) $isAction
◆ drawView()
AdminPageProxyView::drawView |
( |
| ) |
|
Definition at line 115 of file admin_page_proxy_view.inc.
127 require_once $this->adminPage->server_path;
$method
Pull out a simple reference to the request method.
◆ $adminPage
AdminPageProxyView::$adminPage = null |
The documentation for this class was generated from the following file: