|
PntHttpRequest |
PntRequestHandler |
PntSite |
PntStringConverter |
|
initHttpRequest |
__construct |
_exists |
accessDenied |
buildUrl |
checkAccess |
checkAccessHandler |
createObjects |
forwardRequest |
forwardToHandler |
forwardToLoginPage |
getAppName |
getBaseUrl |
getContextHref |
getConverter |
getDebugMode |
getDir |
getDomainDir |
getErrorHandler |
getGlobalFilterFor |
getGlobalFilters |
getGlobalOptionsFilter |
getImagesDir |
getIncludesDir |
getInvalidActionTicketMessage |
getMaxTicketDiff |
getScout |
getSecurityManager |
getTryUseClassTryParams |
getUiDir |
guessContextTypeFolder |
handleRequest |
importLibraries |
initConverter |
initDatabaseConnection |
initScout |
isFunkyUrls |
isWindows |
loadSettings |
sanitize |
setDir |
setDomainDir |
setErrorHandler |
setFunkyAlias |
setGlobalFilters |
startSession |
to be called
* @param $prop PntPropertyDescriptor $prop Teh property being accessed |
tryUseGenericHandlerClass |
|
function () {
$this->();
if (isset($_SERVER['REMOTE_ADDR'])) {
$this->('HttpRequest', $this->());
$this->request = new HttpRequest(
$this->(),
$this->converter->(),
$this->httpRequestThrowsExp
);
$alias = $this->() ? $this->funkyAlias : null;
$this->request->($alias);
$this->requestData = $this->request->();
}
}
|
Copyright (c) MetaClass, 2003-
This code is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This code is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
Click here for a copy of the license or see http://www.gnu.org/licenses/ .
|
|