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

Class: HTML_QuickForm2_DataSource

Source Location: /HTML_QuickForm2-2.1.0/HTML/QuickForm2/DataSource.php

Class Overview


Interface for data sources used by HTML_QuickForm2 objects


Author(s):

Version:

  • Release: 2.1.0

Methods


Child classes:

HTML_QuickForm2_DataSource_Submit
Interface for data sources containing submitted values
HTML_QuickForm2_DataSource_NullAware
Interface for data sources that may contain explicit null values

Inherited Variables

Inherited Methods


Class Details

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


[ Top ]


Method Detail

getValue   [line 44]

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 Wed, 10 Apr 2019 08:56:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.