Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->days = $this->make_dates();
     $this->paid_via = $this->make_paid_via();
     $this->all_cats_dd = $this->make_all_cats();
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
 }
Example #3
0
 function __construct($request = null, $response = null)
 {
     parent::__construct($request, $response);
 }