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