|
dolibarr 23.0.3
|
Class for ViewImageController. More...


Public Member Functions | |
| init () | |
| Init. | |
| checkAccess () | |
| Check current access to controller. | |
| action () | |
| Action method is called before html output can be used to manage security and change context. | |
Public Member Functions inherited from Controller | |
| __construct () | |
| Constructor. | |
| display () | |
| Display. | |
| display404 () | |
| Display error template. | |
| hookDoAction ($parameters=array()) | |
| Execute hook doActions. | |
| hookPrintPageView ($parameters=array()) | |
| Execute hook PrintPageView. | |
| loadTemplate ($templateName, $vars=false) | |
| Load a template .tpl file. | |
Class for ViewImageController.
Definition at line 32 of file viewimage.controller.class.php.
| ViewImageController::action | ( | ) |
Action method is called before html output can be used to manage security and change context.
Reimplemented from Controller.
Definition at line 327 of file viewimage.controller.class.php.
References $context, Context\getInstance(), and init().
Referenced by init().
| ViewImageController::checkAccess | ( | ) |
Check current access to controller.
Reimplemented from Controller.
Definition at line 314 of file viewimage.controller.class.php.
| ViewImageController::init | ( | ) |
Init.
Definition at line 80 of file viewimage.controller.class.php.
References $context, $object, accessforbidden(), action(), dol_check_secure_access_document(), dol_escape_htmltag(), dol_filesize(), dol_mimetype(), dol_osencode(), dol_syslog(), dolIsAllowedForPreview(), getDolGlobalInt(), Context\getInstance(), GETPOST(), GETPOSTINT(), httponly_accessforbidden(), and type.
Referenced by action().