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