| 1 | <?php |
||
| 19 | class Clients extends \Nip\Records\RecordManager implements ClientRepositoryInterface |
||
| 20 | { |
||
| 21 | use SingletonTrait; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function getClientEntity( |
||
| 44 | |||
| 45 | /** @noinspection PhpMissingParentCallCommonInspection |
||
| 46 | * @inheritDoc |
||
| 47 | */ |
||
| 48 | protected function generateTable() |
||
| 52 | } |
||
| 53 |