Blast\Orm\Entity\Definition::getRelations PHP Méthode

getRelations() public méthode

Get an array of relations
public getRelations ( ) : Blast\Orm\Relations\RelationInterface[]
Résultat Blast\Orm\Relations\RelationInterface[]
    public function getRelations()
    {
        return $this->configuration['relations'];
    }