コード例 #1
0
ファイル: statisticschart.php プロジェクト: crazyyy/octagram
 public function __construct()
 {
     parent::__construct();
     $this->data['js_date_format'] = 'yy/mm/dd';
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->emails_status = array(-3 => __('In queue', WYSIJA), -2 => __('Not sent', WYSIJA), -1 => __('Bounced', WYSIJA), 0 => __('Sent', WYSIJA), 1 => __('Opened only', WYSIJA), 2 => __('Opened & Clicked', WYSIJA), 3 => __('Opened & Unsubscribed', WYSIJA));
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->init_cards();
 }