Inheritance: extends UserList
コード例 #1
0
 public function __construct($rule = null, $startDate = null, $endDate = null)
 {
     parent::__construct();
     $this->rule = $rule;
     $this->startDate = $startDate;
     $this->endDate = $endDate;
 }
コード例 #2
0
 public function __construct($rule = null)
 {
     parent::__construct();
     $this->rule = $rule;
 }