示例#1
0
 public function __construct()
 {
     $this->id = Uuid::generateV4();
 }
示例#2
0
 public function __construct()
 {
     $this->id = Uuid::generateV4();
     $this->meals = new ArrayCollection();
 }
示例#3
0
 public function __construct()
 {
     $this->id = Uuid::generateV4();
     $this->beginAt = new \DateTime('next saturday');
     $this->endAt = new \DateTime('next sunday');
 }
示例#4
0
 public function __construct()
 {
     $this->id = Uuid::generateV4();
     $this->createdAt = new \DateTime();
 }