API17:JStringController
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JStringController== | ||
| + | ===Description=== | ||
| + | {{Description:JStringController}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JStringController|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JStringController|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JStringController::_getArray/11.1|_getArray]] | |[[JStringController::_getArray/11.1|_getArray]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JStringController::createRef/11.1|createRef]] | |[[JStringController::createRef/11.1|createRef]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JStringController::getRef/11.1|getRef]] | |[[JStringController::getRef/11.1|getRef]] | ||
| | | | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/filesystem/support/stringcontroller.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.filesystem.support.stringcontroller' );</source> | <source lang="php">jimport( 'joomla.filesystem.support.stringcontroller' );</source> | ||
===See also=== | ===See also=== | ||
| − | * [[JStringController|Other versions of | + | * {{JVer|11.1}} '''JStringController source code''' on [[jplatform:filesystem/support/stringcontroller.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Filesystem/11.1|Filesystem]] | ||
| + | * [[JStringController|Other versions of JStringController]] | ||
{{SeeAlso:JStringController}} | {{SeeAlso:JStringController}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JStringController|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JStringController|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 42: | Line 45: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JStringController]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JStringController]]</noinclude> |
Revision as of 14:03, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JStringController
Description
Description:JStringController [Edit Descripton]
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
-
JStringController source code on BitBucket
-
Subpackage Filesystem
- Other versions of JStringController
SeeAlso:JStringController [Edit See Also]
User contributed notes
<CodeExamplesForm />
