| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: parameters.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 94 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
mosParameters:: (5 methods):
__construct()
toObject()
toArray()
parse()
textareaHandling()
Class: mosParameters - X-Ref
Legacy class, use {@link JParameter} instead| __construct($text, $path = '', $type = 'component') X-Ref |
param: string The raw parms text param: string Path to the xml setup file param: string The type of setup file |
| toObject() X-Ref |
| Legacy function, use {@link JParameter::toObject() JParameter->toObject()} instead |
| toArray() X-Ref |
| Legacy function, use {@link JParameter::toArray() JParameter->toArray()} instead |
| parse($txt, $process_sections = false, $asArray = false) X-Ref |
| Parse an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function param: mixed The ini string or array of lines param: boolean add an associative index for each section [in brackets] return: object |
| textareaHandling( &$txt ) X-Ref |
| Special handling for textarea param |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |