LMongo\Eloquent\Relations\BelongsTo::getForeignKey PHP Метод

getForeignKey() публичный Метод

Get the foreign key of the relationship.
public getForeignKey ( ) : string
Результат string
    public function getForeignKey()
    {
        return $this->foreignKey;
    }