Blast\Orm\Relations\RelationTrait::getName PHP 메소드

getName() 공개 메소드

public getName ( ) : string
리턴 string
    public function getName()
    {
        if ($this instanceof ProviderFactoryInterface) {
            $this->name = $this->createProvider($this->getForeignEntity())->getDefinition()->getTableName();
        }
        return $this->name;
    }