| Fully Qualified Name: | Laminas\Db\Metadata\Object\TableObject |
| Extends: | AbstractTableObject |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Constructor | AbstractTableObject |
| getColumns() | Get columns | AbstractTableObject |
| getConstraints() | Get constraints | AbstractTableObject |
| getName() | Get name | AbstractTableObject |
| setColumns() | Set columns | AbstractTableObject |
| setConstraints() | Set constraints | AbstractTableObject |
| setName() | Set name | AbstractTableObject |
Constructor
| Parameter Name | Type | Description |
|---|---|---|
| $name | string |
Returns:
Get columns
Returns: array
Get constraints
Returns: array
Get name
Returns: string
Set columns
| Parameter Name | Type | Description |
|---|---|---|
| $columns | array |
Returns:
Set constraints
| Parameter Name | Type | Description |
|---|---|---|
| $constraints | array |
Returns:
Set name
| Parameter Name | Type | Description |
|---|---|---|
| $name | string |
Returns: