X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=BotLoader%2FBot.class.php;h=303163d40d8832b5add7fc5344dc0d078a022468;hb=56db0f2b9479259c23ef03661d10ab8b18c5ea41;hp=1fdbc416ff4761c853cc5a752e57a7f80e444d1e;hpb=412e324075de1312fbc5f49b735180b46cdff82c;p=PHP-P10.git diff --git a/BotLoader/Bot.class.php b/BotLoader/Bot.class.php index 1fdbc41..303163d 100644 --- a/BotLoader/Bot.class.php +++ b/BotLoader/Bot.class.php @@ -1,22 +1,19 @@ . * * * ************************************************************************ * @@ -27,6 +24,7 @@ */ class Bot { + private $db_section = NULL; public function load($uplink, $oldDatas = null) { @@ -47,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