*
* Parameters are the same as add().
*
- * @see IMP_Indices::add()
+ * @see add()
*/
public function __construct()
{
* 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())
{
* 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)
{
/**
* Returns a property from one of the identities.
*
- * @see Horde_Prefs_Identity::getValue()
+ * @see getValue()
*/
public function getValue($key, $identity = null)
{
/**
* Sets a property with a specified value.
*
- * @see Horde_Prefs_Identity::getValue()
+ * @see setValue()
*/
public function setValue($key, $val, $identity = null)
{
/**
* Get object properties.
*
- * @see parent::__get()
+ * @see __get()
*/
public function __get($name)
{
*
* The 'add', 'id', 'label', and 'mboxes' parameters are ignored.
*
- * @see parent::__construct()
+ * @see __construct()
*/
public function __construct(array $opts = array())
{
*
* The 'add', 'id', 'label', and 'mboxes' parameters are not honored.
*
- * @see parent::__construct()
+ * @see __construct()
*/
public function __construct(array $opts = array())
{
* Get object properties.
* Only create mailbox list on demand.
*
- * @see parent::__get()
+ * @see __get()
*/
public function __get($name)
{
* Get object properties.
* Only create mailbox list on demand.
*
- * @see parent::__get()
+ * @see __get()
*/
public function __get($name)
{