Blast\Orm\Entity\Definition::getRelations PHP Method

getRelations() public method

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