AppserverIo\Appserver\Core\Interfaces\ContainerInterface::getApplication PHP Method

getApplication() public method

Returns the application instance with the passed name.
public getApplication ( string $name ) : AppserverIo\Psr\Application\ApplicationInterface
$name string The name of the application to return
return AppserverIo\Psr\Application\ApplicationInterface The application instance
    public function getApplication($name);