X-Git-Url: https://git.cweiske.de/linksys-wrt3g-tools.git/blobdiff_plain/9165313ca9a13caf0fa3a5c9d69be622ce7cf1b3..db09f59478dcc4a92771d28e043a173462150433:/Wrt3g/HtmlParser.php diff --git a/Wrt3g/HtmlParser.php b/Wrt3g/HtmlParser.php index 17b46e5..90808c3 100644 --- a/Wrt3g/HtmlParser.php +++ b/Wrt3g/HtmlParser.php @@ -36,8 +36,10 @@ class Wrt3g_HtmlParser * * @param string $body HTML document to parse * - * @return array Array of key-value pairs, probably with "type", "network" and - * "signal strength" + * @return array Array of key-value pairs, probably with + * - "type" + * - "network" + * - "signal strength" */ public function index_wstatus1($body) { @@ -126,6 +128,8 @@ class Wrt3g_HtmlParser * - card revision * - card firmware * - IMSI + * + * @todo FIXME implement "connection" value as index_wstatus2() does it */ public function status_noauth($body) {