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