baseUrl = $baseUrl; $this->baseDir = $baseDirType; $this->path = $contextPath; } /** * {@inheritdoc} */ public function getPath() { return $this->path; } /** * {@inheritdoc} */ public function getBaseUrl() { return $this->baseUrl; } /** * Get type of base directory * * @return string */ public function getBaseDirType() { return $this->baseDir; } }