LMongo\Eloquent\Model::getRelation PHP Méthode

getRelation() public méthode

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