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