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

getTouchedRelations() public méthode

Get the relationships that are touched on save.
public getTouchedRelations ( ) : array
Résultat array
    public function getTouchedRelations()
    {
        return $this->touches;
    }
Model