X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=BotLoader%2FBot.class.php;h=d9546485430daa114ef433fdfdce99c0051c99bd;hp=0a3c506b3634d2dcfb4758c8648fa3de24d5ae95;hb=811bc0c7a1f583fb624a0f8c3601146e063c5a25;hpb=7e30c2dbf6582392fd4389adbac56a995ab86595 diff --git a/BotLoader/Bot.class.php b/BotLoader/Bot.class.php index 0a3c506..d954648 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) { @@ -39,7 +37,22 @@ class Bot { public function loop() { } - + + public function writeDB() { + + } + + 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