API17

API17:JURI::setFragment

From Joomla! Documentation

Joomla 11.1 JURI::setFragment

Description

Set the URI anchor string everything after the "#".


public function setFragment ($anchor)
Parameter Type Default Description
$anchor string The URI anchor string.
  • Returns
  • Defined on line 649 of libraries/joomla/environment/uri.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples