Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-db/src/RowGateway/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-db/src/RowGateway/RowGatewayInterface.php

<?php

namespace Laminas\Db\RowGateway;

interface RowGatewayInterface
{
    public function save();

    public function delete();
}