PHP Class Doctrine\OrientDB\Query\Command\Create\Edge

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

Public Methods

Method Description
__construct ( string $class, string $from, string $to ) Builds a new statement, setting the $class.
set ( array $values, boolean $append = true ) : Update Set the $values of the updates to be done.

Protected Methods

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

Method Details

__construct() public method

Builds a new statement, setting the $class.
public __construct ( string $class, string $from, string $to )
$class string
$from string
$to string

getSchema() protected method

protected getSchema ( )

getTokenFormatters() protected method

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

set() public method

You can $append the values.
public set ( array $values, boolean $append = true ) : Update
$values array
$append boolean
return Update