PHP Interface Doctrine\OrientDB\Query\Command\UpdateInterface

Afficher le fichier Open project: doctrine/orientdb-odm

Méthodes publiques

Méthode Description
set ( array $values, boolean $append ) : Update Set the $values of the updates to be done.

Method Details

set() public méthode

You can $append the values.
public set ( array $values, boolean $append ) : Update
$values array
$append boolean
Résultat Update