Method | Description | |
---|---|---|
getContainer ( ) : |
Returns the application container. | |
getService ( string $name ) : stdClass | null | Returns a service contained in the application container or null if none is found with that name. |
public getContainer ( ) : |
||
return |
public getService ( string $name ) : stdClass | null | ||
$name | string | Name of the service |
return | stdClass | null |