| Fully Qualified Name: | Laminas\Db\Metadata\Object\ViewObject |
| Extends: | AbstractTableObject |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Constructor | AbstractTableObject |
| getCheckOption() | ViewObject | |
| getColumns() | Get columns | AbstractTableObject |
| getConstraints() | Get constraints | AbstractTableObject |
| getIsUpdatable() | ViewObject | |
| getName() | Get name | AbstractTableObject |
| getViewDefinition() | ViewObject | |
| isUpdatable() | ViewObject | |
| setCheckOption() | ViewObject | |
| setColumns() | Set columns | AbstractTableObject |
| setConstraints() | Set constraints | AbstractTableObject |
| setIsUpdatable() | ViewObject | |
| setName() | Set name | AbstractTableObject |
| setViewDefinition() | ViewObject |
Constructor
| Parameter Name | Type | Description |
|---|---|---|
| $name | string |
Returns:
Returns: string $checkOption
Get columns
Returns: array
Get constraints
Returns: array
Returns: bool $isUpdatable
Get name
Returns: string
Returns: string $viewDefinition
Returns: void
| Parameter Name | Type | Description |
|---|---|---|
| $checkOption | string | to |
Returns: self Provides a fluent interface
Set columns
| Parameter Name | Type | Description |
|---|---|---|
| $columns | array |
Returns:
Set constraints
| Parameter Name | Type | Description |
|---|---|---|
| $constraints | array |
Returns:
| Parameter Name | Type | Description |
|---|---|---|
| $isUpdatable | bool | to |
Returns: self Provides a fluent interface
Set name
| Parameter Name | Type | Description |
|---|---|---|
| $name | string |
Returns:
| Parameter Name | Type | Description |
|---|---|---|
| $viewDefinition | string | to |
Returns: self Provides a fluent interface