Class configfield

Description

* A Configuration field.

Located in /configuration-defs.php (line 657)


	
			
Variable Summary
 mixed $default
 mixed $list
 mixed $name
 mixed $type
Method Summary
 configfield configfield (string $fname, [string $ftype = "text"], [string $flist = ""], [mixed $default = "???"])
 void defaultvalue ()
Variables
mixed $default (line 661)
mixed $list (line 660)
mixed $name (line 658)
mixed $type (line 659)
Methods
Constructor configfield (line 668)

Constructor.

Create a config field.

configfield configfield (string $fname, [string $ftype = "text"], [string $flist = ""], [mixed $default = "???"])
  • string $fname: Name of the field
  • string $ftype: Type of field: 'text', 'numeric', 'bool', or 'datetime'
  • string $flist: List of permitted values, if appropriate
defaultvalue (line 694)

Return the default field value

void defaultvalue ()

Documentation generated by phpDocumentor 1.3.0RC3