API17

Difference between revisions of "JRequest::getURI"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (preparing for archive only)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Gets the full request path.  
 
Gets the full request path.  
  
{{Description:JRequest::getURI}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JRequest::getURI|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public static function getURI ()
 
public static function getURI ()
Line 14: Line 12:
 
* '''Defined''' on line 47 of libraries/joomla/environment/request.php
 
* '''Defined''' on line 47 of libraries/joomla/environment/request.php
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JCache::makeId/11.1|JCache::makeId]]
+
** [[API17:JCache::makeId|JCache::makeId]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JRequest::getURI source code''' on [[jplatform:environment/request.php#cl-39|BitBucket]]
 
* {{JVer|11.1}} '''JRequest::getURI source code''' on [[jplatform:environment/request.php#cl-39|BitBucket]]
* {{JVer|11.1}} Class [[JRequest/11.1|JRequest]]
+
* {{JVer|11.1}} Class [[API17:JRequest|JRequest]]
* {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
* [[JRequest::getURI|Other versions of JRequest::getURI]]
+
* [[API17:JRequest::getURI|Other versions of JRequest::getURI]]
{{SeeAlso:JRequest::getURI}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JRequest::getURI|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JRequest::getURI
 
category=JRequest::getURI
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*

Latest revision as of 22:36, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JRequest::getURI[edit]

Description[edit]

Gets the full request path.


public static function getURI ()
  • Returns string
  • Defined on line 47 of libraries/joomla/environment/request.php
  • Referenced by

See also[edit]


User contributed notes[edit]

Code Examples[edit]