[ Indice ]

Riferimento incrociato di Joomla! 1.5.14 - VM 1.1.4

Servizio fornito da VMItalia
Classe:   Funzione:   Variabile:   Costante:  
Storico Ricerche +

titolo

Corpo

[chiudi]

/administrator/components/com_virtuemart/classes/ -> parameters.class.php (sommario)

(nessuna descrizione)

Dimensione file: 524 righe (16 kb)
Incluso o richiesto: 2 volte
Referenziato: 0 volte
Inclusioni o richieste: 1 file
 includes/domit/xml_domit_lite_include.php

Definisce 1 classe

vmParameters:: (21 metodi):
  vmParameters()
  toObject()
  toArray()
  set()
  def()
  get()
  parse()
  render()
  renderParam()
  _form_text()
  _form_list()
  _form_radio()
  _form_mos_section()
  _form_mos_category()
  _form_mos_menu()
  _form_filelist()
  _form_imagelist()
  _form_textarea()
  _form_spacer()
  textareaHandling()
  vmParseParams()


Classe: vmParameters  - X-Ref


vmParameters( $text, $path='', $type='component' )   X-Ref
Constructor

param: string The raw parms text
param: string Path to the xml setup file

toObject()   X-Ref
Returns the params array

return: object

toArray()   X-Ref
Returns a named array of the parameters

return: object

set( $key, $value='' )   X-Ref

param: string The name of the param
param: string The value of the parameter
return: string The set value

def( $key, $value='' )   X-Ref
Sets a default value if not alreay assigned

param: string The name of the param
param: string The value of the parameter
return: string The set value

get( $key, $default='' )   X-Ref

param: string The name of the param
param: mixed The default value if not found
return: string

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

render( $name='params' )   X-Ref

param: string The name of the control, or the default text area if a setup file is not found
return: string HTML

renderParam( &$param, $control_name='params' )   X-Ref

param: object A param tag node
param: string The control name
return: array Any array of the label, the form element and the tooltip

_form_text( $name, $value, &$node, $control_name )   X-Ref

param: string The name of the form element
param: string The value of the element
param: object The xml element for the parameter
param: string The control name
return: string The html for the element

_form_list( $name, $value, &$node, $control_name )   X-Ref

param: string The name of the form element
param: string The value of the element
param: object The xml element for the parameter
param: string The control name
return: string The html for the element

_form_radio( $name, $value, &$node, $control_name )   X-Ref

param: string The name of the form element
param: string The value of the element
param: object The xml element for the parameter
param: string The control name
return: string The html for the element

_form_mos_section( $name, $value, &$node, $control_name )   X-Ref

param: string The name of the form element
param: string The value of the element
param: object The xml element for the parameter
param: string The control name
return: string The html for the element

_form_mos_category( $name, $value, &$node, $control_name )   X-Ref

param: string The name of the form element
param: string The value of the element
param: object The xml element for the parameter
param: string The control name
return: string The html for the element

_form_mos_menu( $name, $value, &$node, $control_name )   X-Ref

param: string The name of the form element
param: string The value of the element
param: object The xml element for the parameter
param: string The control name
return: string The html for the element

_form_filelist( $name, $value, &$node, $control_name )   X-Ref

param: string The name of the form element
param: string The value of the element
param: object The xml element for the parameter
param: string The control name
return: string The html for the element

_form_imagelist( $name, $value, &$node, $control_name )   X-Ref

param: string The name of the form element
param: string The value of the element
param: object The xml element for the parameter
param: string The control name
return: string The html for the element

_form_textarea( $name, $value, &$node, $control_name )   X-Ref

param: string The name of the form element
param: string The value of the element
param: object The xml element for the parameter
param: string The control name
return: string The html for the element

_form_spacer( $name, $value, &$node, $control_name )   X-Ref

param: string The name of the form element
param: string The value of the element
param: object The xml element for the parameter
param: string The control name
return: string The html for the element

textareaHandling( &$txt )   X-Ref
special handling for textarea param


vmParseParams( $txt )   X-Ref

param: string
return: string



Generato il: Mon Oct 19 20:29:27 2009 Generato con PHPXref 0.7