Blast\Orm\Entity\Definition::getRelations PHP 메소드

getRelations() 공개 메소드

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