getConfig() 공개 메소드

Returns the configuration in use by the bot.
public getConfig ( ) : array
리턴 array Associative array keyed by setting name
예제 #1
0
 /**
  * Tests getConfig().
  */
 public function testGetConfig()
 {
     $this->assertSame(array(), $this->bot->getConfig());
 }