|
@@ -606,6 +606,10 @@ class AddressBook {
|
|
* of the SM_ABOOK_FIELD_* constants
|
|
* of the SM_ABOOK_FIELD_* constants
|
|
* defined in include/constants.php
|
|
* defined in include/constants.php
|
|
* (OPTIONAL; defaults to nickname field)
|
|
* (OPTIONAL; defaults to nickname field)
|
|
|
|
+ * NOTE: uniqueness is only guaranteed
|
|
|
|
+ * when the nickname field is used here;
|
|
|
|
+ * otherwise, the first matching address
|
|
|
|
+ * is returned.
|
|
*
|
|
*
|
|
* @return mixed Array with lookup results when the value
|
|
* @return mixed Array with lookup results when the value
|
|
* was found, an empty array if the value was
|
|
* was found, an empty array if the value was
|
|
@@ -929,6 +933,10 @@ class addressbook_backend {
|
|
* @param integer $field The field to look in, should be one
|
|
* @param integer $field The field to look in, should be one
|
|
* of the SM_ABOOK_FIELD_* constants
|
|
* of the SM_ABOOK_FIELD_* constants
|
|
* defined in include/constants.php
|
|
* defined in include/constants.php
|
|
|
|
+ * NOTE: uniqueness is only guaranteed
|
|
|
|
+ * when the nickname field is used here;
|
|
|
|
+ * otherwise, the first matching address
|
|
|
|
+ * is returned.
|
|
*
|
|
*
|
|
* @return mixed Array with lookup results when the value
|
|
* @return mixed Array with lookup results when the value
|
|
* was found, an empty array if the value was
|
|
* was found, an empty array if the value was
|