DatabaseSchema: ezcDbSchemaOptions
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDbSchemaOptions
|
Class containing the basic options for charts [
source]
Parents
ezcBaseOptions
|
--ezcDbSchemaOptions
Properties
|
string |
read/write
|
$fieldClassName
The objects that are returned for each field are of this class, it needs to extend from the ezcDbSchemaField struct. |
|
string |
read/write
|
$indexClassName
The objects that are returned for each index are of this class, it needs to extend from the ezcDbSchemaIndex struct. |
|
string |
read/write
|
$indexFieldClassName
The objects that are returned for each index field are of this class, it needs to extend from the ezcDbSchemaIndexField struct. |
|
string |
read/write
|
$tableClassName
The objects that are returned for each table are of this class, it needs to extend from the ezcDbSchemaTable struct. |
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public void |
__set(
$propertyName, $propertyValue )
Set an option value |
Inherited Methods
From
ezcBaseOptions :
Methods
__set
void __set(
string
$propertyName, mixed
$propertyValue )
Set an option value
Parameters
| Name |
Type |
Description |
$propertyName |
string |
|
$propertyValue |
mixed |
|
Throws
| Class | Description |
ezcBasePropertyNotFoundException |
If a property is not defined in this class |
ezcBaseValueException |
if $value is not correct for the property $name |
ezcBaseInvalidParentClassException |
if the class name passed as replacement for any of the built-in classes do not inherit from the built-in classes. |
Last updated: Wed, 28 Nov 2007