Zend Framework 3 API Reference
Home
Contribute
All Components
→
zendframework/zend-db
→
Class RowGatewayInterface
Interface RowGatewayInterface
Summary
Fully Qualified Name:
Zend\Db\RowGateway\RowGatewayInterface
Description
Methods
Name
Description
Defined By
delete()
RowGatewayInterface
save()
RowGatewayInterface
Method Details
delete()
Returns: void
save()
Returns: void
Top