Index
-
\com\setasign\SetaFramework
-
Database
- ConnectionException
- Database
- DatabaseConnectionManager
- DiRowFactory
- Driver
- DummyRowFactory
- Expression
- ExpressionInterface
- Identifier
- JoinedTable
- Manager
- Migration
- Query
- QuoteInterface
- QuoteLaterExpression
- RowFactoryInterface
- SqlInterface
- Table
- TableFactoryInterface
- TableInterface
- TableSelectInterface
- ValueExpression
-
Database
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
