Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Doctrine
OrientDB
Query
Command
UpdateInterface
PHP Interface Doctrine\OrientDB\Query\Command\UpdateInterface
Mostra file
Open project: doctrine/orientdb-odm
Public Methods
Method
Description
set
(
array
$values
,
boolean
$append
) :
Update
Set the $values of the updates to be done.
Method Details
set()
public
method
You can $append the values.
public
set
(
array
$values
,
boolean
$append
) :
Update
$values
array
$append
boolean
return
Update