From: Michael M Slusarz Date: Mon, 4 Oct 2010 18:29:37 +0000 (-0600) Subject: Fix @see phpdoc tags X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=aed51adef80cc9633881927fb11e0fc9e51588ea;p=horde.git Fix @see phpdoc tags --- diff --git a/imp/lib/Indices.php b/imp/lib/Indices.php index b588a97ba..c62049835 100644 --- a/imp/lib/Indices.php +++ b/imp/lib/Indices.php @@ -27,7 +27,7 @@ class IMP_Indices implements Countable, Iterator * * Parameters are the same as add(). * - * @see IMP_Indices::add() + * @see add() */ public function __construct() { diff --git a/imp/lib/Mailbox/List/Track.php b/imp/lib/Mailbox/List/Track.php index 761c836a8..9ba5388e2 100644 --- a/imp/lib/Mailbox/List/Track.php +++ b/imp/lib/Mailbox/List/Track.php @@ -80,7 +80,7 @@ class IMP_Mailbox_List_Track extends IMP_Mailbox_List * Using the preferences and the current mailbox, determines the messages * to view on the current page. * - * @see parent::buildMailboxPage() + * @see buildMailboxPage() */ public function buildMailboxPage($page = 0, $start = 0, $opts = array()) { diff --git a/imp/lib/Prefs/Identity.php b/imp/lib/Prefs/Identity.php index a08d57bd2..4c56d263d 100644 --- a/imp/lib/Prefs/Identity.php +++ b/imp/lib/Prefs/Identity.php @@ -36,7 +36,7 @@ class Imp_Prefs_Identity extends Horde_Core_Prefs_Identity * Reads all the user's identities from the prefs object or builds * a new identity from the standard values given in prefs.php. * - * @see Horde_Prefs_Identity::__construct() + * @see __construct() */ public function __construct($params) { @@ -512,7 +512,7 @@ class Imp_Prefs_Identity extends Horde_Core_Prefs_Identity /** * Returns a property from one of the identities. * - * @see Horde_Prefs_Identity::getValue() + * @see getValue() */ public function getValue($key, $identity = null) { @@ -525,7 +525,7 @@ class Imp_Prefs_Identity extends Horde_Core_Prefs_Identity /** * Sets a property with a specified value. * - * @see Horde_Prefs_Identity::getValue() + * @see setValue() */ public function setValue($key, $val, $identity = null) { diff --git a/imp/lib/Search/Filter.php b/imp/lib/Search/Filter.php index ef4321db7..c8a5b93a4 100644 --- a/imp/lib/Search/Filter.php +++ b/imp/lib/Search/Filter.php @@ -17,7 +17,7 @@ class IMP_Search_Filter extends IMP_Search_Query /** * Get object properties. * - * @see parent::__get() + * @see __get() */ public function __get($name) { diff --git a/imp/lib/Search/Filter/Builtin.php b/imp/lib/Search/Filter/Builtin.php index ee970905e..4cb799bcf 100644 --- a/imp/lib/Search/Filter/Builtin.php +++ b/imp/lib/Search/Filter/Builtin.php @@ -33,7 +33,7 @@ abstract class IMP_Search_Filter_Builtin extends IMP_Search_Filter * * The 'add', 'id', 'label', and 'mboxes' parameters are ignored. * - * @see parent::__construct() + * @see __construct() */ public function __construct(array $opts = array()) { diff --git a/imp/lib/Search/Vfolder/Builtin.php b/imp/lib/Search/Vfolder/Builtin.php index a9b88adf6..b94b08fc0 100644 --- a/imp/lib/Search/Vfolder/Builtin.php +++ b/imp/lib/Search/Vfolder/Builtin.php @@ -33,7 +33,7 @@ abstract class IMP_Search_Vfolder_Builtin extends IMP_Search_Vfolder * * The 'add', 'id', 'label', and 'mboxes' parameters are not honored. * - * @see parent::__construct() + * @see __construct() */ public function __construct(array $opts = array()) { diff --git a/imp/lib/Search/Vfolder/Vinbox.php b/imp/lib/Search/Vfolder/Vinbox.php index 31e73ab80..90d3d9eb4 100644 --- a/imp/lib/Search/Vfolder/Vinbox.php +++ b/imp/lib/Search/Vfolder/Vinbox.php @@ -36,7 +36,7 @@ class IMP_Search_Vfolder_Vinbox extends IMP_Search_Vfolder_Builtin * Get object properties. * Only create mailbox list on demand. * - * @see parent::__get() + * @see __get() */ public function __get($name) { diff --git a/imp/lib/Search/Vfolder/Vtrash.php b/imp/lib/Search/Vfolder/Vtrash.php index 1f4cca949..2459a5756 100644 --- a/imp/lib/Search/Vfolder/Vtrash.php +++ b/imp/lib/Search/Vfolder/Vtrash.php @@ -39,7 +39,7 @@ class IMP_Search_Vfolder_Vtrash extends IMP_Search_Vfolder_Builtin * Get object properties. * Only create mailbox list on demand. * - * @see parent::__get() + * @see __get() */ public function __get($name) {