cascade\Cascade::getConfig PHP 메소드

getConfig() 공개 정적인 메소드

Return the config options
public static getConfig ( ) : array
리턴 array Array with configuration options
    public static function getConfig()
    {
        return self::$config;
    }

Usage Example

예제 #1
0
 public function testFileConfig()
 {
     $options = Fixtures::getPhpArrayConfig();
     Cascade::fileConfig($options);
     $this->assertInstanceOf('Cascade\\Config', Cascade::getConfig());
 }