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

Inheritance: extends Doctrine\OrientDB\Query\Command\Index
Afficher le fichier Open project: doctrine/orientdb-odm

Méthodes publiques

Méthode Description
__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.

Méthodes protégées

Méthode Description
getSchema ( )

Method Details

__construct() public méthode

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 méthode

protected getSchema ( )

type() public méthode

Sets the type of the index to create.
public type ( string $type ) : Create
$type string
Résultat Create