resource = $resource; $this->webPath = $webPath; } /** * @return string */ public function getResourcePath() { return $this->webPath . '/' . $this->resource; } }