__construct() public method

Constructor.
public __construct ( )
Exemplo n.º 1
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->flags = self::FLAG_AVAILABLE;
     $this->label = _("Deliver to folder...");
     $this->type = self::TYPE_MAILBOX;
 }
Exemplo n.º 2
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->flags = self::FLAG_AVAILABLE;
     $this->label = _("Deliver to my Inbox and redirect to...");
     $this->type = self::TYPE_TEXT;
 }
Exemplo n.º 3
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->flags = self::FLAG_AVAILABLE;
     $this->label = _("Only flag the message");
 }
Exemplo n.º 4
0
Arquivo: Keep.php Projeto: horde/horde
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->flags = self::FLAG_AVAILABLE;
     $this->label = _("Deliver into my Inbox");
 }
Exemplo n.º 5
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->label = _("Reject with reason...");
     $this->type = self::TYPE_TEXT;
 }
Exemplo n.º 6
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->label = _("Delete message");
     $this->type = self::TYPE_EMPTY;
 }
Exemplo n.º 7
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->label = _("Redirect to...");
     $this->type = self::TYPE_TEXT;
 }
Exemplo n.º 8
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->label = _("Notify email address...");
     $this->type = self::TYPE_TEXT;
 }