public offsetSet (string $alias, mixed $definition)
Allows to register a shared service in the internal services container using the array syntax
$app['request'] = new \Phalcon\Http\Request();
public offsetSet (string $alias, mixed $definition)
Allows to register a shared service in the internal services container using the array syntax
$app['request'] = new \Phalcon\Http\Request();
Please login to continue.