Class TableElement
Class for representing an index in SQL
-
Alchemy\core\Element
implements
Alchemy\core\IElement
-
Alchemy\core\schema\TableElement
Methods summary
public
|
#
__construct( array $type, mixed $args = array(), mixed $table = null, mixed $name = '' )
Object Constructor
Parameters
- $type
array $args
- $args
- $table
- $name
Overrides
|
public
Alchemy\core\schema\TableElement
|
#
copy( array $args = array(), mixed $table = null, mixed $name = '' )
Duplicates this, but possibly as a different class
Duplicates this, but possibly as a different class
Returns
Overrides
|
public
|
|
public
|
|
Methods inherited from Alchemy\core\Element
__callStatic(),
__clone(),
addTag(),
addTags(),
define(),
define_alias(),
getDescription(),
getID(),
getTag(),
getType(),
get_definition(),
listTags(),
normalize_arg()
|
Properties summary
protected
mixed
|
$args
|
|
|
protected
mixed
|
$table
|
|
|
protected
mixed
|
$name
|
|
|