getConfig() 공개 정적인 메소드

Get the global configuration.
public static getConfig ( ) : array
리턴 array
예제 #1
0
 public function testGetConfiguration()
 {
     Fakerino::create();
     $this->assertInternalType('array', Fakerino::getConfig());
 }