Joomla\DI\Container::alias
Create an alias for a given key for easy access.
Signature
public function alias(string
$alias,
string
$key )
Parameters
-
$alias
- The alias name
-
$key
- The key to alias
Returns
- Container