Bluz\Crud\Table::setTable PHP Method

setTable() public method

Setup Table instance
public setTable ( Table $table ) : self
$table Bluz\Db\Table
return self
    public function setTable(Db\Table $table)
    {
        $this->table = $table;
        return $this;
    }