diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2010-12-15 18:20:38 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2010-12-15 18:20:38 +0100 |
| commit | 3ace4fe2fcad71500e49dd5b42222a92617b8f43 (patch) | |
| tree | 669c9a002110ef0c93a175b954efbee82bc94175 /Wrt3g/HtmlParser.php | |
| parent | 8dd8a8d5acc07f73353ec9c0d6d5ae091295b206 (diff) | |
| download | linksys-wrt3g-tools-3ace4fe2fcad71500e49dd5b42222a92617b8f43.tar.gz linksys-wrt3g-tools-3ace4fe2fcad71500e49dd5b42222a92617b8f43.zip | |
add TODO
Diffstat (limited to 'Wrt3g/HtmlParser.php')
| -rw-r--r-- | Wrt3g/HtmlParser.php | 8 |
1 files changed, 6 insertions, 2 deletions
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) { |
