add identity and lock
[m6w6/pq-gateway] / lib / pq / Gateway / Table / LockInterface.php
1 <?php
2
3 namespace pq\Gateway\Table;
4
5 use \pq\Gateway\Row;
6
7 interface LockInterface
8 {
9 function criteria(Row $row, array &$where);
10 }