LeanMapper\Relationship\BelongsTo::getStrategy PHP Метод

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

Gets strategy used to get referencing result
public getStrategy ( ) : string
Результат string strategy
    public function getStrategy()
    {
        return $this->strategy;
    }