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

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

Get the relationships that are touched on save.
public getTouchedRelations ( ) : array
Результат array
    public function getTouchedRelations()
    {
        return $this->touches;
    }
Model