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

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 $class = null ) Creates a new statements to manage indexes on the $property of the given $class.

Méthodes protégées

Méthode Description
getSchema ( )

Method Details

__construct() public méthode

Creates a new statements to manage indexes on the $property of the given $class.
public __construct ( string $property, string $class = null )
$property string
$class string

getSchema() protected méthode

protected getSchema ( )