LMongo\Eloquent\Model::getRelations PHP Метод

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

Get all the loaded relations for the instance.
public getRelations ( ) : array
Результат array
    public function getRelations()
    {
        return $this->relations;
    }
Model