crud = $crud; } /** * @return string */ public function getCrud(): string { return $this->crud; } }