get())->setAbsolute()->toString() * @endcode * * @return string */ public function get(); /** * Sets the destination as URL. * * This method should be used really rarely, for example views uses it, in * order to override all destination calls in all of its rendering. * * @param string $new_destination * The new destination. * * @return $this */ public function set($new_destination); }