getRecord()->id; } function getUser(): ?User { return (new Users)->get($this->getRecord()->user); } function getGroup(): ?Club { return (new Clubs)->get($this->getId()); } function getDescription(): string { return ovk_proc_strtr($this->getRecord()->content, 32); } function getEmail(): string { return $this->getRecord()->email; } }