diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 12:23:12 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 12:58:37 +0200 |
commit | 2765fc086522b5fb9f209bdfe266e577fc65ca84 (patch) | |
tree | 7fc4a037cda0ea3d6aec13a545706080f08a562b /phpfspot_db.php | |
parent | de554684586d2b8c413ccc7cd75fb31168fb5d2f (diff) |
added phpDocumentor tags to parts of the code
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot_db.php')
-rw-r--r-- | phpfspot_db.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpfspot_db.php b/phpfspot_db.php index e5f1f0b..83376ad 100644 --- a/phpfspot_db.php +++ b/phpfspot_db.php @@ -22,6 +22,10 @@ * ***************************************************************************/ +/** + * PHPFSPOT_DB class + * @package phpfspot + */ class PHPFSPOT_DB { private $db; |