CrudKit\Pages\BaseSQLDataPage::setTableName PHP Method

setTableName() public method

Set the name of the table to work with.
public setTableName ( $tableName )
$tableName
    public function setTableName($tableName)
    {
        $this->sqlProvider->setTable($tableName);
        return $this;
    }