Ingo_Rule_Addresses::__construct PHP Метод

__construct() публичный Метод

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

Usage Example

Пример #1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = _("Vacation");
 }
All Usage Examples Of Ingo_Rule_Addresses::__construct