PHP Класс Doctrine\OrientDB\Query\Command\Index\Put

Наследование: extends Doctrine\OrientDB\Query\Command\Index
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Защищенные методы

Метод Описание
getSchema ( )
getTokenFormatters ( ) : Array Returns the formatters for this query's tokens.

Описание методов

__construct() публичный Метод

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 getSchema ( )

getTokenFormatters() защищенный Метод

Returns the formatters for this query's tokens.
protected getTokenFormatters ( ) : Array
Результат Array