Moodle  2.2.1
http://www.collinsharper.com
external_value Class Reference
Inheritance diagram for external_value:
Collaboration diagram for external_value:

Public Member Functions

 __construct ($type, $desc='', $required=VALUE_REQUIRED, $default=null, $allownull=NULL_ALLOWED)

Data Fields

 $type
 $allownull

Detailed Description

Scalar alue description class

Definition at line 361 of file externallib.php.


Constructor & Destructor Documentation

__construct ( type,
desc = '',
required = VALUE_REQUIRED,
default = null,
allownull = NULL_ALLOWED 
)

Constructor

Parameters:
mixed$type
string$desc
bool$required
mixed$default
bool$allownull

Definition at line 375 of file externallib.php.


Field Documentation

$allownull

Definition at line 365 of file externallib.php.

$type

Definition at line 363 of file externallib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations