Preparation to begin using phpdocumentor.
[squirrelmail.git] / functions / abook_local_file.php
index 61b0e0ce1be5aae08cba7f6ef73f2ce5ea05a765..49f82845ad31d39e1235666382d08cb2a48f85ff 100644 (file)
  *       "AddressBook" class instead.
  *
  * $Id$
+ * @package squirrelmail
  */
 
+/**
+ * Store the addressbook in a local file
+ */
 class abook_local_file extends addressbook_backend {
     var $btype = 'local';
     var $bname = 'local_file';
@@ -384,4 +388,4 @@ class abook_local_file extends addressbook_backend {
     }
 
 } /* End of class abook_local_file */
-?>
\ No newline at end of file
+?>