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

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 ) Creates a new statement assigning the $values to update in the given $class.

Protected Methods

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

Method Details

__construct() public method

The values can be appended through $append.
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 tokens
protected getTokenFormatters ( ) : array
return array