X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=BotLoader%2FBot.class.php;h=303163d40d8832b5add7fc5344dc0d078a022468;hp=b617193cfac36a748d9b2b4aee7a88e597c0d5ac;hb=34baaf63f2b3a7ddc200aa12b1eebcef4fcc4b6a;hpb=80f452a9a7861cdd76fa704de387f696510bb937 diff --git a/BotLoader/Bot.class.php b/BotLoader/Bot.class.php index b617193..303163d 100644 --- a/BotLoader/Bot.class.php +++ b/BotLoader/Bot.class.php @@ -24,6 +24,7 @@ */ class Bot { + private $db_section = NULL; public function load($uplink, $oldDatas = null) { @@ -44,7 +45,14 @@ class Bot { public function readDB($value) { } - + + public function getDBSection() { + return $this->db_section; + } + + public function setDBSection($section) { + $this->db_section = $section; + } } ?> \ No newline at end of file