PHP Класс PHPUnit_Extensions_Database_DataSet_AbstractTableMetaData, qcodo

Автор: Mike Lively ([email protected])
Наследование: implements PHPUnit_Extensions_Database_DataSet_ITableMetaData
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$columns Array The names of all columns in the table.
$primaryKeys Array The names of all the primary keys in the table.
$tableName string

Открытые методы

Метод Описание
assertEquals ( PHPUnit_Extensions_Database_DataSet_ITableMetaData $other ) Asserts that the given tableMetaData matches this tableMetaData.
getColumns ( ) : array Returns the names of the columns in the table.
getPrimaryKeys ( ) : array Returns the names of the primary key columns in the table.
getTableName ( ) : string Returns the name of the table.

Описание методов

assertEquals() публичный Метод

Asserts that the given tableMetaData matches this tableMetaData.
public assertEquals ( PHPUnit_Extensions_Database_DataSet_ITableMetaData $other )
$other PHPUnit_Extensions_Database_DataSet_ITableMetaData

getColumns() публичный Метод

Returns the names of the columns in the table.
public getColumns ( ) : array
Результат array

getPrimaryKeys() публичный Метод

Returns the names of the primary key columns in the table.
public getPrimaryKeys ( ) : array
Результат array

getTableName() публичный Метод

Returns the name of the table.
public getTableName ( ) : string
Результат string

Описание свойств

$columns защищенное свойство

The names of all columns in the table.
protected Array $columns
Результат Array

$primaryKeys защищенное свойство

The names of all the primary keys in the table.
protected Array $primaryKeys
Результат Array

$tableName защищенное свойство

protected string $tableName
Результат string