Spot\Relation\BelongsTo::entityKey PHP Метод

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

Get entity key field - for BelongsTo, this will be the local key instead of the primary key.
public entityKey ( ) : string
Результат string
    public function entityKey()
    {
        return $this->localKey();
    }