Invocation service.
More...
Invocation service.
Definition at line 12 of file Invoker.php.
Constructor.
- Parameters
-
ElggSession | $session | Session |
PublicContainer | $dic | DI container |
Definition at line 30 of file Invoker.php.
Elgg\Invoker::call |
( |
int |
$flags, |
|
|
Closure |
$closure |
|
) |
| |
Calls a callable autowiring the arguments using public DI services and applying logic based on flags.
- Parameters
-
int | $flags | Bitwise flags ELGG_IGNORE_ACCESS ELGG_ENFORCE_ACCESS ELGG_SHOW_DISABLED_ENTITIES ELGG_HIDE_DISABLED_ENTITIES |
Closure | $closure | Callable to call |
- Returns
- mixed
- Exceptions
-
Definition at line 49 of file Invoker.php.
The documentation for this class was generated from the following file: