setStartDate(new \DateTimeImmutable('today')); } /** * Get id. * * @return int */ public function getId() { return $this->id; } public function getCenter(): \Chill\MainBundle\Entity\Center { return $this->getPerson()->getCenter(); } public function isCharge(): bool { return false; } public function isResource(): bool { return true; } }