PHP Class Doctrine\OrientDB\Query\Command\Update\Add

Inheritance: extends Doctrine\OrientDB\Query\Command\Update
Afficher le fichier Open project: doctrine/orientdb-odm

Méthodes publiques

Méthode Description
__construct ( array $values, string $class, boolean $append = true ) Builds a new statement setting the $values in the given $class.

Méthodes protégées

Méthode Description
getSchema ( )
getTokenFormatters ( ) : array Returns the formatters for this query's tokens.

Method Details

__construct() public méthode

You can $append the values.
public __construct ( array $values, string $class, boolean $append = true )
$values array
$class string
$append boolean

getSchema() protected méthode

protected getSchema ( )

getTokenFormatters() protected méthode

Returns the formatters for this query's tokens.
protected getTokenFormatters ( ) : array
Résultat array