Ingo_Rule_Addresses::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->_addr = new Horde_Mail_Rfc822_List();
    }

Usage Example

Ejemplo n.º 1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = _("Vacation");
 }
All Usage Examples Of Ingo_Rule_Addresses::__construct