Blast\Orm\Entity\Definition::getIndexes PHP Метод

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

Get indexes
public getIndexes ( ) : Doctrine\DBAL\Schema\Index[]
Результат Doctrine\DBAL\Schema\Index[]
    public function getIndexes()
    {
        return $this->configuration['indexes'];
    }