@return static */
(string $name)
| 4355 | |
| 4356 | /** @return static */ |
| 4357 | public function setName(string $name): static |
| 4358 | { |
| 4359 | $this->name = $name; |
| 4360 | return $this; |
| 4361 | } |
| 4362 | |
| 4363 | /** @deprecated */ |
| 4364 | public static function find(int $id): ?static |
no outgoing calls
no test coverage detected