Jarves\Admin\ObjectCrud::setTable PHP Method

setTable() public method

public setTable ( string $table )
$table string
    public function setTable($table)
    {
        $this->table = $table;
    }
ObjectCrud