template = $components['path']; if ( !empty($components['query']) ) { parse_str($components['query'], $this->params); } } /** * @inheritDoc */ public function build(array $params = array()) { return $this->Application->HREF($this->template, '', array_merge($this->params, $params)); } }