Пример #1
0
 public function index()
 {
     $i738fb66ac1450318a6afd838e3ce268b59e35f75 = new DateTime();
     $this->defaultValueDefine("dateFrom", $i738fb66ac1450318a6afd838e3ce268b59e35f75->format("Y-m-d") . " 00:00");
     $this->defaultValueDefine("dateTo", $i738fb66ac1450318a6afd838e3ce268b59e35f75->format("Y-m-d") . " 23:55");
     parent::index();
 }
Пример #2
0
 public function index()
 {
     $i1548a96b3354c4b6d80c8278133fdb971c700757 = new DateTime();
     $this->defaultValueDefine("dateFrom", $i1548a96b3354c4b6d80c8278133fdb971c700757->format("Y-m-d") . " 00:00");
     $this->defaultValueDefine("dateTo", $i1548a96b3354c4b6d80c8278133fdb971c700757->format("Y-m-d") . " 23:55");
     parent::index();
 }
 public function index()
 {
     if (!self::getSession($this, "filter", false)) {
         self::setSession($this, "filter", null);
     }
     if (!self::getSession($this, "disableCustomer", false)) {
         self::setSession($this, "disableCustomer", array());
     }
     define("SMS_FILTER_ON", true);
     if (!self::getSession($this, "disableCustomerCount", false)) {
         self::setSession($this, "disableCustomerCount", 0);
     }
     $this->setAjaxPostAction("smsCounter();");
     parent::index();
 }
Пример #4
0
 public function index()
 {
     $this->defaultValueDefine("year", date("Y"));
     $this->defaultValueDefine("month", date("m"));
     parent::index();
 }
Пример #5
0
 public function index()
 {
     parent::index();
 }
Пример #6
0
 public function index()
 {
     $this->setAjaxPostAction("smsCounter();");
     parent::index();
 }