API16

JStringController: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JStringController}} ===...
 
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JStringController}}
<nowiki>[</nowiki>[[Description:JStringController|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JStringController}}


===Defined in===
===Defined in===
Line 22: Line 19:
<source lang="php">jimport( 'joomla.filesystem.support.stringcontroller' );</source>
<source lang="php">jimport( 'joomla.filesystem.support.stringcontroller' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JStringController|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JStringController}}
</span>
{{SeeAlso:JStringController}}


===Examples===
===Examples===

Revision as of 14:28, 24 March 2017

{{subst:Description:JStringController}}

Defined in

libraries/joomla/filesystem/support/stringcontroller.php

Methods

Method name Description
createRef
getRef

Importing

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


{{subst:SeeAlso:JStringController}}

Examples

<CodeExamplesForm />