Interface TableGatewayInterface

Summary

Fully Qualified Name: Zend\Db\TableGateway\TableGatewayInterface

Description

Methods

Name Description Defined By
delete() TableGatewayInterface
getTable() TableGatewayInterface
insert() TableGatewayInterface
select() TableGatewayInterface
update() TableGatewayInterface

Method Details

delete()

Parameter Name Type Description
$where

Returns: void

getTable()

Returns: void

insert()

Parameter Name Type Description
$set

Returns: void

select()

Parameter Name Type Description
$where

Returns: void

update()

Parameter Name Type Description
$set
$where

Returns: void

Top