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

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

Public Methods

Method Description
__construct ( $indexName ) Sets the $property to index.

Protected Methods

Method Description
getSchema ( )
getTokenFormatters ( ) : Array Returns the formatters for this query's tokens.

Method Details

__construct() public method

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

getSchema() protected method

protected getSchema ( )

getTokenFormatters() protected method

Returns the formatters for this query's tokens.
protected getTokenFormatters ( ) : Array
return Array