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

getRelations() public méthode

Get all the loaded relations for the instance.
public getRelations ( ) : array
Résultat array
    public function getRelations()
    {
        return $this->relations;
    }
Model