|
array | $data |
| The internal storage of column data.
|
|
◆ __construct()
database_column_info::__construct |
( |
|
$data | ) |
|
Constructor.
- Parameters
-
mixed | $data | object or array with properties |
◆ __get()
database_column_info::__get |
( |
|
$variablename | ) |
|
Magic get function.
- Parameters
-
string | $variablename | variable name to return the value of. |
- Return values
-
mixed | The variable contents. |
- Exceptions
-
◆ __isset()
database_column_info::__isset |
( |
|
$variablename | ) |
|
Magic isset function.
- Parameters
-
string | $variablename | The name of the property to test if isset(). |
- Return values
-
bool | Whether the value is set or not. |
◆ __set()
database_column_info::__set |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
Magic set function.
This is a read only object and you aren't allowed to write to any variables.
- Parameters
-
string | $name | ignored. |
mixed | $value | ignored. |
- Exceptions
-
The documentation for this class was generated from the following file: