update some stuff
[GitHub/Stricted/speedport-hybrid-php-api.git] / Speedportw724v.class.php
index 85557f78ea5d9bc57b3fe38b4f2b9350d55a71c2..8668fc21edccc7897aed9f87556b10c4327ac927 100644 (file)
@@ -9,6 +9,12 @@ require_once('SpeedportHybrid.class.php');
  * @copyright   2015 Jan Altensen (Stricted)
  */
 class Speedportw724v extends SpeedportHybrid implements ISpeedport {
+       /**
+        * login into the router with the given password
+        * 
+        * @param       string  $password
+        * @return      boolean
+        */
        public function login ($password) {
                /* this is experimental, i dont have a speedport w724v so i cant test this
                 * feel free to test it and report if it dosent work
@@ -33,6 +39,15 @@ class Speedportw724v extends SpeedportHybrid implements ISpeedport {
                return false;
        }
        
+       /**
+        * get the csrf_token
+        * 
+        * @return      string
+        */
+       protected function getToken () {
+               // TODO: check if this is needed
+       }
+       
        /**
         * sends the request to router
         *