eZ\Publish\Core\Persistence\Doctrine\UpdateDoctrineQuery::update PHP Метод

update() публичный Метод

update() returns a pointer to $this.
public update ( string $table ) : eZ\Publish\Core\Persistence\Database\UpdateQuery
$table string
Результат eZ\Publish\Core\Persistence\Database\UpdateQuery
    public function update($table)
    {
        $this->table = $table;
        return $this;
    }