LMongo\Eloquent\Model::getRelation PHP Method

getRelation() public method

Get a specified relationship.
public getRelation ( string $relation ) : mixed
$relation string
return mixed
    public function getRelation($relation)
    {
        return $this->relations[$relation];
    }
Model