com\setasign\SetaFramework\Database

DummyRowFactory Class DummyRowFactory

File: /SetaFramework/src/Database/DummyRowFactory.php

Dummy implementation for RowFactoryInterface. This factory will just call "new $rowClassName($table)".

This class should be used with care and only if your rows don't inject anything except the table.

Class hierarchy

Implements

Summary

Methods

buildRow()

Parameters
$table : TableInterface