LMongo\Eloquent\Model::getRelations PHP Method

getRelations() public method

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