com\setasign\SetaFramework\Database

TableFactoryInterface Interface TableFactoryInterface

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

Implemented in

Summary

Methods

buildJoinedTable()

abstract public TableFactoryInterface::buildJoinedTable (
array $tableOptions
): JoinedTable\JoinedTable
Parameters
$tableOptions : array
 
See

buildTable()

abstract public TableFactoryInterface::buildTable (
array $tableOptions
): Table\Table
Parameters
$tableOptions : array
 
See