Elgg
Version 6.1
|
Invocation service. More...
Public Member Functions | |
__construct (protected SessionManagerService $session_manager, protected PublicContainer $dic) | |
Constructor. More... | |
call (int $flags,\Closure $closure) | |
Calls a callable autowiring the arguments using public DI services and applying logic based on flags. More... | |
Invocation service.
Definition at line 10 of file Invoker.php.
Elgg\Invoker::__construct | ( | protected SessionManagerService | $session_manager, |
protected PublicContainer | $dic | ||
) |
Constructor.
SessionManagerService | $session_manager | Session |
PublicContainer | $dic | DI container |
Definition at line 18 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.
int | $flags | Bitwise flags ELGG_IGNORE_ACCESS ELGG_ENFORCE_ACCESS ELGG_SHOW_DISABLED_ENTITIES ELGG_HIDE_DISABLED_ENTITIES ELGG_SHOW_DELETED_ENTITIES ELGG_HIDE_DELETED_ENTITIES |
\Closure | $closure | Callable to call |
Definition at line 37 of file Invoker.php.