Phprest\Application::getConfiguration PHP Méthode

getConfiguration() public méthode

public getConfiguration ( ) : Config
Résultat Config
    public function getConfiguration()
    {
        return $this->configuration;
    }

Usage Example

Exemple #1
0
 public function testGetters()
 {
     $this->assertInstanceOf('\\Phprest\\Config', $this->app->getConfiguration());
     $this->assertInstanceOf('\\League\\Container\\ContainerInterface', $this->app->getContainer());
     $this->assertInstanceOf('\\Phprest\\Router\\RouteCollection', $this->app->getRouter());
 }
All Usage Examples Of Phprest\Application::getConfiguration