API17

Difference between revisions of "JStringController"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JStringController::_getArray/11.1|_getArray]]
+
|[[API17:JStringController::_getArray|_getArray]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JStringController::createRef/11.1|createRef]]
+
|[[API17:JStringController::createRef|createRef]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JStringController::getRef/11.1|getRef]]
+
|[[API17:JStringController::getRef|getRef]]
 
|
 
|
 
|-
 
|-
Line 31: Line 31:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JStringController source code''' on [[jplatform:filesystem/support/stringcontroller.php|BitBucket]]
 
* {{JVer|11.1}} '''JStringController source code''' on [[jplatform:filesystem/support/stringcontroller.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Filesystem/11.1|Filesystem]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Filesystem|Filesystem]]
* [[JStringController|Other versions of JStringController]]
+
* [[API17:JStringController|Other versions of JStringController]]
 
{{SeeAlso:JStringController}}
 
{{SeeAlso:JStringController}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:37, 11 May 2013

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 JStringController[edit]

Description[edit]

Template:Description:JStringController [Edit Descripton]

Methods[edit]

Visibility Method name Description
public _getArray
public createRef
public getRef
  • Defined in libraries/joomla/filesystem/support/stringcontroller.php

Importing[edit]

jimport( 'joomla.filesystem.support.stringcontroller' );

See also[edit]

Template:SeeAlso:JStringController [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />