HTML_QuickForm2
[ class tree: HTML_QuickForm2 ] [ index: HTML_QuickForm2 ] [ all elements ]

Class: HTML_QuickForm2_DataSource

Source Location: /HTML_QuickForm2-0.1.0/QuickForm2/DataSource.php

Class Overview


Interface for data sources used by HTML_QuickForm2 objects


Author(s):

Version:

  • Release: 0.1.0

Methods


Child classes:

HTML_QuickForm2_DataSource_Submit
Interface for data sources containing submitted values

Inherited Variables

Inherited Methods


Class Details

[line 56]
Interface for data sources used by HTML_QuickForm2 objects


[ Top ]


Method Detail

getValue   [line 66]

mixed getValue( string $name)

Returns value for the element with the given name

If data source doesn't have a requested value it should return null

  • Return: Element's value
  • Access: public

Parameters:

string   $name   —  Element's name

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:00:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.