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