API15:JURI/getFragment
From Joomla! Documentation
Description
Get the URI archor string everything after the "#"
Template:Description:JURI/getFragment
Syntax
getFragment()
Returns
string The URI anchor string
Defined in
libraries/joomla/environment/uri.php
Importing
jimport( 'joomla.environment.uri' );
Source Body
function getFragment() {
return $this->_fragment;
}
[Edit See Also] Template:SeeAlso:JURI/getFragment
Examples
<CodeExamplesForm />