getConfig() 공개 메소드

Get module configuration
public getConfig ( ) : array
리턴 array
예제 #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetConfig()
 {
     $this->assertInternalType('array', $this->object->getConfig());
 }