Property | Type | Description | |
---|---|---|---|
$originalTable | PHPUnit_Extensions_Database_DataSet_ITable | The table meta data being decorated. |
Method | Description | |
---|---|---|
__construct ( PHPUnit_Extensions_Database_DataSet_ITable $originalTable, array $excludeColumns = [] ) | Creates a new table filter using the original table | |
addExcludeColumns ( array $excludeColumns ) | Sets the columns to exclude from the table. | |
addIncludeColumns ( array $includeColumns ) | Sets the columns to include in the table. | |
clearExcludeColumns ( ) | Clears the included columns. | |
clearIncludeColumns ( ) | Clears the included columns. | |
getRowCount ( ) : integer | Returns the number of rows in this table. | |
getValue ( integer $row, integer $column ) | Returns the value for the given column on the given row. |
public __construct ( PHPUnit_Extensions_Database_DataSet_ITable $originalTable, array $excludeColumns = [] ) | ||
$originalTable | PHPUnit_Extensions_Database_DataSet_ITable | PHPUnit_Extensions_Database_DataSet_ITable |
$excludeColumns | array | Array @deprecated, use the set* methods instead. |
public addExcludeColumns ( array $excludeColumns ) | ||
$excludeColumns | array |
public addIncludeColumns ( array $includeColumns ) | ||
$includeColumns | array |
public getRowCount ( ) : integer | ||
return | integer |