A container to store a table index' field in.
Source for this file: /DatabaseSchema/src/structs/index_field.php
ezcBaseStruct | --ezcDbSchemaIndexField
Version: | //autogentag// |
public int |
$sorting
The sorting of the index (false = descending, true = ascending) |
public static void |
__set_state(
$array
)
|
public ezcDbSchemaIndexField |
__construct(
[ $sorting
= null] )
Constructs an ezcDbSchemaIndexField object. |
Name | Type | Description |
---|---|---|
$array |
array |
Constructs an ezcDbSchemaIndexField object.
Name | Type | Description |
---|---|---|
$sorting |
int |