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;
    }