eZ\Publish\Core\Persistence\Database\UpdateQuery::set PHP Method

set() public method

The update query will set the column $column to the value $expression.
public set ( string $column, string $expression ) : eZ\Publish\Core\Persistence\Database\UpdateQuery
$column string
$expression string
return eZ\Publish\Core\Persistence\Database\UpdateQuery
    public function set($column, $expression);