Bootstrap for note module
Definition at line 24 of file sys_note/Classes/Core/Bootstrap.php.
expectOutput |
( |
array |
$arguments = array() | ) |
|
|
protected |
Check if the note plugin expects output. If there are no sys_note records on the given pages, the extbase bootstrap doesn't have to run the complete plugin. This mechanism should increase the performance of the hooked backend modules heavily.
- Parameters
-
array | $arguments | Arguments for the extbase plugin |
- Returns
- bool
Definition at line 85 of file sys_note/Classes/Core/Bootstrap.php.
References $GLOBALS, and BackendUtility\deleteClause().
overrideGetArguments |
( |
array |
$arguments | ) |
|
|
protected |
Modify $_GET to force specific controller, action and arguments in extbase bootstrap process
Note: Overwriting $_GET was the most simple solution here until extbase provides a clean way to force a controller and action in backend mode.
- Parameters
-
array | $arguments | The arguments to set |
- Returns
- void
Definition at line 109 of file sys_note/Classes/Core/Bootstrap.php.