Fakerino\Fakerino::getConfig PHP Метод

getConfig() публичный статический Метод

Get the global configuration.
public static getConfig ( ) : array
Результат array
    public static function getConfig()
    {
        return self::$defaultConf->toArray();
    }

Usage Example

Пример #1
0
 public function testGetConfiguration()
 {
     Fakerino::create();
     $this->assertInternalType('array', Fakerino::getConfig());
 }