Example #1
0
 /**
  * @return void
  */
 protected function _construct()
 {
     self::$_statuses = [null => null, Queue::STATUS_SENT => __('Sent'), Queue::STATUS_CANCEL => __('Cancel'), Queue::STATUS_NEVER => __('Not Sent'), Queue::STATUS_SENDING => __('Sending'), Queue::STATUS_PAUSE => __('Paused')];
     parent::_construct();
 }