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

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

Public Methods

Method Description
__construct ( string $index ) Builds a new statement, setting the $index to lookup.

Protected Methods

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

Method Details

__construct() public method

Builds a new statement, setting the $index to lookup.
public __construct ( string $index )
$index string

getSchema() protected method

protected getSchema ( )

getTokenFormatters() protected method

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