Detailed Description
Constructor & Destructor Documentation
__construct |
( |
|
$value, |
|
|
|
$type |
|
) |
| |
Constructor creates an instance with specified type and value. Type must match the actual type of the value parameter. This object will not explicitly cast the type.
- Parameters:
-
$value | mixed value of the object |
$type | int type of the value |
- Exceptions:
-
DBException | when specified type and actual type do not match |
DBException | when invalid type is supplied |
Implemented in Value.
Member Function Documentation
Returns the value type
- Returns:
- integer value type
Implemented in Value.
Returns value
- Returns:
- mixed value
Implemented in Value.
The documentation for this interface was generated from the following file: