Db/Table/Definition.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Db  
Subpackage
Table  
Version
$Id$  

\Zend_Db_Table_Definition

Package: Zend_Db\Table
Class for SQL table interface.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedarray $_tableConfigs = array()
Default valuearray()Details
Type
array

Methods

methodpublic__construct(array | \Zend_Config $options = null) : void

__construct()

Parameters
NameTypeDescription
$optionsarray | \Zend_Config
methodpublicgetTableConfig(string $tableName) : array

getTableConfig()

Parameters
NameTypeDescription
$tableNamestring
Returns
TypeDescription
array
methodpublichasTableConfig(string $tableName) : bool

hasTableConfig()

Parameters
NameTypeDescription
$tableNamestring
Returns
TypeDescription
bool
methodpublicremoveTableConfig(string $tableName) : void

removeTableConfig()

Parameters
NameTypeDescription
$tableNamestring
methodpublicsetConfig(\Zend_Config $config) : \Zend_Db_Table_Definition

setConfig()

Parameters
NameTypeDescription
$config\Zend_Config
Returns
TypeDescription
\Zend_Db_Table_Definition
methodpublicsetOptions(array $options) : \Zend_Db_Table_Definition

setOptions()

Parameters
NameTypeDescription
$optionsarray
Returns
TypeDescription
\Zend_Db_Table_Definition
methodpublicsetTableConfig(string $tableName, array $tableConfig) : \Zend_Db_Table_Definition

Parameters
NameTypeDescription
$tableNamestring
$tableConfigarray
Returns
TypeDescription
\Zend_Db_Table_Definition
Documentation was generated by phpDocumentor 2.2.0 .