| Fully Qualified Name: | Laminas\Db\RowGateway\RowGateway |
| Extends: | AbstractRowGateway |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Constructor | RowGateway |
| __get() | __get | AbstractRowGateway |
| __isset() | __isset | AbstractRowGateway |
| __set() | __set | AbstractRowGateway |
| __unset() | __unset | AbstractRowGateway |
| count() | AbstractRowGateway | |
| delete() | Delete | AbstractRowGateway |
| exchangeArray() | AbstractRowGateway | |
| initialize() | initialize() | AbstractRowGateway |
| offsetExists() | Offset Exists | AbstractRowGateway |
| offsetGet() | Offset get | AbstractRowGateway |
| offsetSet() | Offset set | AbstractRowGateway |
| offsetUnset() | Offset unset | AbstractRowGateway |
| populate() | Populate Data | AbstractRowGateway |
| rowExistsInDatabase() | AbstractRowGateway | |
| save() | Save | AbstractRowGateway |
| toArray() | To array | AbstractRowGateway |
Constructor
| Parameter Name | Type | Description |
|---|---|---|
| $primaryKeyColumn | string | |
| $table | string|\Laminas\Db\Sql\TableIdentifier | |
| $adapterOrSql | \AdapterInterface|\Sql |
Returns:
__get
| Parameter Name | Type | Description |
|---|---|---|
| $name | string |
Returns: mixed
__isset
| Parameter Name | Type | Description |
|---|---|---|
| $name | string |
Returns: bool
__set
| Parameter Name | Type | Description |
|---|---|---|
| $name | string | |
| $value | mixed |
Returns: void
__unset
| Parameter Name | Type | Description |
|---|---|---|
| $name | string |
Returns: void
Returns: int
Delete
Returns: int
| Parameter Name | Type | Description |
|---|---|---|
| $array | mixed |
Returns: \AbstractRowGateway
initialize()
Returns:
Offset Exists
| Parameter Name | Type | Description |
|---|---|---|
| $offset | string |
Returns: bool
Offset get
| Parameter Name | Type | Description |
|---|---|---|
| $offset | string |
Returns: mixed
Offset set
| Parameter Name | Type | Description |
|---|---|---|
| $offset | string | |
| $value | mixed |
Returns: self Provides a fluent interface
Offset unset
| Parameter Name | Type | Description |
|---|---|---|
| $offset | string |
Returns: self Provides a fluent interface
Populate Data
| Parameter Name | Type | Description |
|---|---|---|
| $rowData | array | |
| $rowExistsInDatabase | bool |
Returns: self Provides a fluent interface
Returns: bool
Save
Returns: int
To array
Returns: array