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

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 to remove in the given $class.

Méthodes protégées

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

Method Details

__construct() public méthode

The values to remove can be appended with the $append parameter.
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 tokens
protected getTokenFormatters ( ) : array
Résultat array