BasePath = $basePath; } protected $BasePath; public function ConstructUrl($relativePath) { return rtrim($this->BasePath, '/') . $relativePath; } }