API16

JStringController: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JStringController}}
===Defined in===
===Defined in===
libraries/joomla/filesystem/support/stringcontroller.php
libraries/joomla/filesystem/support/stringcontroller.php
Line 20: Line 18:




{{subst:SeeAlso:JStringController}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JStringController
  category=JStringController
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 02:09, 25 March 2017

Defined in

libraries/joomla/filesystem/support/stringcontroller.php

Methods

Method name Description
createRef
getRef

Importing

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



Examples

Code Examples