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

Inheritance: extends Doctrine\OrientDB\Query\Command\Update
Datei anzeigen Open project: doctrine/orientdb-odm

Public Methods

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

Protected Methods

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

Method Details

__construct() public method

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

getSchema() protected method

protected getSchema ( )

getTokenFormatters() protected method

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