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

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

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

Метод Описание
__construct ( string $property, string $type, string $class = null ) Sets the $property to index.
type ( string $type ) : Create Sets the type of the index to create.

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

Метод Описание
getSchema ( )

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

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

Optionally, you can specify the property $class and the $type of the index.
public __construct ( string $property, string $type, string $class = null )
$property string
$type string
$class string

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

protected getSchema ( )

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

Sets the type of the index to create.
public type ( string $type ) : Create
$type string
Результат Create