|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilWebAccessCheckerDelivery. More...
Collaboration diagram for ilWebAccessCheckerDelivery:Public Member Functions | |
| __construct ($raw_path) | |
| ilWebAccessCheckerDelivery constructor. More... | |
Static Public Member Functions | |
| static | run ($raw_path) |
Protected Member Functions | |
| handleRequest () | |
| deny () | |
| deliverDummyImage () | |
| deliverDummyVideo () | |
| handleAccessErrors (ilWACException $e) | |
| handleErrors (ilWACException $e) | |
| deliver () | |
Protected Attributes | |
| $ilWebAccessChecker = null | |
Class ilWebAccessCheckerDelivery.
Definition at line 11 of file class.ilWebAccessCheckerDelivery.php.
| ilWebAccessCheckerDelivery::__construct | ( | $raw_path | ) |
ilWebAccessCheckerDelivery constructor.
| string | $raw_path |
Definition at line 33 of file class.ilWebAccessCheckerDelivery.php.
|
protected |
Definition at line 138 of file class.ilWebAccessCheckerDelivery.php.
References ilWACException\ACCESS_WITHOUT_CHECK, ilWebAccessChecker\getDisposition(), ilWACLog\getInstance(), ilWebAccessChecker\getPathObject(), and ilWebAccessChecker\isChecked().
Referenced by handleRequest().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 86 of file class.ilWebAccessCheckerDelivery.php.
References ilWebAccessChecker\getDisposition(), and ilWebAccessChecker\getPathObject().
Referenced by handleAccessErrors().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 94 of file class.ilWebAccessCheckerDelivery.php.
References ilWebAccessChecker\getDisposition(), and ilWebAccessChecker\getPathObject().
Referenced by handleAccessErrors().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 78 of file class.ilWebAccessCheckerDelivery.php.
References ilWACException\ACCESS_DENIED, ilWACException\ACCESS_WITHOUT_CHECK, and ilWebAccessChecker\isChecked().
Referenced by handleRequest().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| ilWACException | $e |
Definition at line 105 of file class.ilWebAccessCheckerDelivery.php.
References $_SERVER, $ilLog, $tpl, deliverDummyImage(), deliverDummyVideo(), ilWebAccessChecker\getPathObject(), ilWebAccessChecker\initILIAS(), ilWebAccessChecker\isSendStatusCode(), ilUtil\sendFailure(), and ilHTTP\status().
Referenced by handleRequest().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| ilWACException | $e |
Definition at line 132 of file class.ilWebAccessCheckerDelivery.php.
References ilHTTP\status().
Referenced by handleRequest().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 38 of file class.ilWebAccessCheckerDelivery.php.
References $_GET, ilWACException\ACCESS_DENIED, ilWACException\ACCESS_DENIED_NO_LOGIN, ilWACException\ACCESS_DENIED_NO_PUB, ilWACException\ACCESS_WITHOUT_CHECK, ilWebAccessChecker\check(), deliver(), deny(), ilWebAccessChecker\DISPOSITION, handleAccessErrors(), ilInitialisation\handleErrorReporting(), handleErrors(), ilWACException\INITIALISATION_FAILED, ilWACException\NO_CHECKING_INSTANCE, ilWebAccessChecker\REVALIDATE, ilWebAccessChecker\setDisposition(), ilWebAccessChecker\setRevalidateFolderTokens(), ilWebAccessChecker\setSendStatusCode(), and ilWebAccessChecker\STATUS_CODE.
Here is the call graph for this function:
|
static |
| $raw_path |
Definition at line 22 of file class.ilWebAccessCheckerDelivery.php.
Referenced by ilWACCheckingInstanceTest\tetDeliver().
Here is the caller graph for this function:
|
protected |
Definition at line 16 of file class.ilWebAccessCheckerDelivery.php.