_parts = $parts; } /** * Retrieve path part by key * * @param string $code * @return string */ public function getPart($code) { return $this->_parts[$code] ?? null; } }