From fded1c832fbfef106b05cb9e6fcef73a18dfa4a6 Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 24 Jun 2010 11:57:57 -0300 Subject: Doxygen fixes --- classes/BiblioIsisDb.php | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'classes/BiblioIsisDb.php') diff --git a/classes/BiblioIsisDb.php b/classes/BiblioIsisDb.php index 75d9b92..ae90a09 100644 --- a/classes/BiblioIsisDb.php +++ b/classes/BiblioIsisDb.php @@ -239,12 +239,12 @@ class BiblioIsisDb implements IsisDb { /** * Makes subfield substitution in a dataset. * + * @param $name + * Dataset. + * * @param $key * Field key. * - * @param $value - * Dataset. - * * @param $method * Database read method. * @@ -268,14 +268,11 @@ class BiblioIsisDb implements IsisDb { /** * Subfield handling for data read by 'to_hash' method. * - * @param $key - * Field key. - * - * @param $value + * @param $name * Dataset. * - * @param $method - * Database read method. + * @param $key + * Field key. * * @return * Data with processed subfields. @@ -295,14 +292,13 @@ class BiblioIsisDb implements IsisDb { } /** - * @param $key - * Field key. + * Subfield handling for data read by 'from_fetch' method. * - * @param $value + * @param name$ * Dataset. * - * @param $method - * Database read method. + * @param $key + * Field key. * * @return * Data with processed subfields. @@ -343,6 +339,9 @@ class BiblioIsisDb implements IsisDb { * @param $field * Database field. * + * @param $value + * Data (with or without repetition). + * * @return * True if repetitive, false otherwise. */ @@ -366,8 +365,8 @@ class BiblioIsisDb implements IsisDb { * convert then to a single value. The current implementation * is just a placeholder as no conversion is done. * - * @param $field - * Database field. + * @param $key + * Database key. * * @param $value * Query field result. -- cgit v1.2.3