/** * Returns the Url pointing to the same location as this placeholder * @return \Cx\Core\Routing\Url Url pointing the same location as this placeholder */ public function getUrl() { $url = \Cx\Core\Routing\Url::fromNode($this->node, $this->lang); $url->setParams($this->arguments); return $url; }