eZ\Publish\Core\Persistence\Doctrine\UpdateDoctrineQuery::update PHP Method

update() public method

update() returns a pointer to $this.
public update ( string $table ) : eZ\Publish\Core\Persistence\Database\UpdateQuery
$table string
return eZ\Publish\Core\Persistence\Database\UpdateQuery
    public function update($table)
    {
        $this->table = $table;
        return $this;
    }