Fix @see phpdoc tags
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 4 Oct 2010 18:29:37 +0000 (12:29 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 4 Oct 2010 19:11:11 +0000 (13:11 -0600)
imp/lib/Indices.php
imp/lib/Mailbox/List/Track.php
imp/lib/Prefs/Identity.php
imp/lib/Search/Filter.php
imp/lib/Search/Filter/Builtin.php
imp/lib/Search/Vfolder/Builtin.php
imp/lib/Search/Vfolder/Vinbox.php
imp/lib/Search/Vfolder/Vtrash.php

index b588a97..c620498 100644 (file)
@@ -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()
     {
index 761c836..9ba5388 100644 (file)
@@ -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())
     {
index a08d57b..4c56d26 100644 (file)
@@ -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)
     {
index ef4321d..c8a5b93 100644 (file)
@@ -17,7 +17,7 @@ class IMP_Search_Filter extends IMP_Search_Query
     /**
      * Get object properties.
      *
-     * @see parent::__get()
+     * @see __get()
      */
     public function __get($name)
     {
index ee97090..4cb799b 100644 (file)
@@ -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())
     {
index a9b88ad..b94b08f 100644 (file)
@@ -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())
     {
index 31e73ab..90d3d9e 100644 (file)
@@ -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)
     {
index 1f4cca9..2459a57 100644 (file)
@@ -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)
     {