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

Inheritance: extends Doctrine\OrientDB\Query\Command\Index
Show file Open project: doctrine/orientdb-odm

Public Methods

Method Description
__construct ( string $indexName, string $key, string $rid ) Creates a new instance of this command setting the index to insert into, the key of the new entry and its value, which is a RID.

Protected Methods

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

Method Details

__construct() public method

Creates a new instance of this command setting the index to insert into, the key of the new entry and its value, which is a RID.
public __construct ( string $indexName, string $key, string $rid )
$indexName string
$key string
$rid string

getSchema() protected method

protected getSchema ( )

getTokenFormatters() protected method

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