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