public function __construct()
 {
     $this->status = self::STATUS_QUEUE;
     $this->retryCount = 0;
     $this->nextRetry = time();
     $this->parameters = array();
     parent::__construct();
 }
 public function __construct()
 {
     $this->status = PhabricatorMailOutboundStatus::STATUS_QUEUE;
     $this->parameters = array('sensitive' => true);
     parent::__construct();
 }
예제 #3
0
 public function __construct()
 {
     $this->status = self::STATUS_QUEUE;
     $this->parameters = array();
     parent::__construct();
 }