/**
  * Construct will set all values and generate the date for response
  */
 public function __construct()
 {
     parent::__construct();
     $this->set_date_field();
     $this->generate();
 }
コード例 #2
0
 /**
  * Construct will set all values and generate the date for response
  */
 public function __construct()
 {
     parent::__construct();
     $this->set_dimension_id();
     $this->generate();
 }