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

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

Public Methods

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

Protected Methods

Method Description
getSchema ( )

Method Details

__construct() public method

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 method

protected getSchema ( )