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());
 }