aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/MaleteDb.php3
-rw-r--r--classes/PhpIsisDb.php3
2 files changed, 6 insertions, 0 deletions
diff --git a/classes/MaleteDb.php b/classes/MaleteDb.php
index 24c6d35..37586e2 100644
--- a/classes/MaleteDb.php
+++ b/classes/MaleteDb.php
@@ -47,6 +47,9 @@ class MaleteDb implements IsisDb {
* Read an entry.
*
* @see IsisDb::read()
+ *
+ * @todo
+ * Subfields.
*/
public function read($id) {
if (!is_numeric($id)) {
diff --git a/classes/PhpIsisDb.php b/classes/PhpIsisDb.php
index 65a7f38..a6b3c7e 100644
--- a/classes/PhpIsisDb.php
+++ b/classes/PhpIsisDb.php
@@ -43,6 +43,9 @@ class PhpIsisDb implements IsisDb {
* isis_data_seek() to get the desired record.
*
* @see IsisDb::read()
+ *
+ * @todo
+ * Subfields.
*/
public function read($id) {
$results = isis_search('$', $this->db);