Changeset 2057 in subversion


Ignore:
Timestamp:
Nov 15, 2008 10:33:26 AM (5 years ago)
Author:
till
Message:
  • added docblock for ctr
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_message.php

    r2009 r2057  
    4646  public $is_safe = false; 
    4747   
    48    
     48 
     49  /** 
     50   * __construct 
     51   * 
     52   * Provide a uid, and parse message structure. 
     53   * 
     54   * @param string $uid The message UID. 
     55   * 
     56   * @uses rcmail::get_instance() 
     57   * @uses rcube_imap::decode_mime_string() 
     58   * @uses self::set_safe() 
     59   * 
     60   * @see self::$app, self::$imap, self::$opt, self::$structure 
     61   */ 
    4962  function __construct($uid) 
    5063  { 
Note: See TracChangeset for help on using the changeset viewer.