コード例 #1
0
 /**
  * TimePenalty constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->startAt = new \DateTime('now');
 }
コード例 #2
0
 /**
  * FinancialPenalty constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->isPaid = false;
 }