Back to Joomla project (class list)

Class StringController - list of methods

String Controller
Package: Joomla\CMS\Filesystem\Support
Copyright: (C) 2008 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Filesystem/Support/StringController.php
Project: Joomla

Method Summary

public array
()

Defines a variable as an array
Returns
  • array
Since
  • 1.7.0
Show source code of this method: _getArray Source Code

public void
(mixed $reference, mixed &$string)

Create a reference
Parameters
  • string $reference The key
  • string $string The value
Returns
  • void
Since
  • 1.7.0
Show source code of this method: createRef Source Code

public mixed
(mixed $reference)

Get reference
Parameters
  • string $reference The key for the reference.
Returns
  • mixed False if not set, reference if it exists
Since
  • 1.7.0
Show source code of this method: getRef Source Code

Tags Summary

Since
1.7.0