core; } public function getCustom(): string { return $this->custom; } public function getModule(?string $moduleName): string { if ($moduleName === null) { return $this->module; } return str_replace('{*}', $moduleName, $this->module); } }