AppserverIo\Appserver\Core\Interfaces\ContainerInterface::getApplication PHP Méthode

getApplication() public méthode

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
Résultat AppserverIo\Psr\Application\ApplicationInterface The application instance
    public function getApplication($name);