API17

JStringController: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 2: Line 2:
=={{JVer|11.1}} JStringController==
=={{JVer|11.1}} JStringController==
===Description===
===Description===
{{subst:Description:JStringController}}
 


===Methods===
===Methods===
Line 31: Line 31:
* {{JVer|11.1}} Subpackage [[API17:Subpackage Filesystem|Filesystem]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Filesystem|Filesystem]]
* [[API17:JStringController|Other versions of JStringController]]
* [[API17:JStringController|Other versions of JStringController]]
{{subst:SeeAlso:JStringController}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JStringController
category=JStringController
category=CodeExample
namespace=CodeExample
category=ClassExample
category=ClassExample
include=*
include=*

Latest revision as of 03:46, 25 March 2017

Joomla 11.1 JStringController

Description

Methods

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

Importing

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

See also


User contributed notes

Code Examples