module = $module; } public function getCore(): string { return $this->corePath; } public function getCustom(): string { return $this->customPath; } public function getModule(string $moduleName): string { return $this->module->getModulePath($moduleName) . '/'; } }