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