get() public method
Returns the actual object referenced by this Instance object.
public object get ( $container = null ) | ||
---|---|---|
$container | yii\di\ServiceLocator|yii\di\Container |
The container used to locate the referenced object. If null, the method will first try |
return | object |
The actual object referenced by this Instance object. |
Please login to continue.