API15

API15:JURI/getFragment

From Joomla! Documentation

Revision as of 22:20, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Get the URI archor string everything after the "#" <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JURI/getFragment|Edit Descripton...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Get the URI archor string everything after the "#"

[Edit Descripton]

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 />