public mixed offsetGet (string $alias)
Allows to obtain a shared service in the internal services container using the array syntax
var_dump($di['request']);
public mixed offsetGet (string $alias)
Allows to obtain a shared service in the internal services container using the array syntax
var_dump($di['request']);
Please login to continue.