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

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

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

Метод Описание
__construct ( string $property, string $class = null ) Creates a new statements to manage indexes on the $property of the given $class.

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

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

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

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

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