LMongo\Eloquent\Model::setTouchedRelations PHP 메소드

setTouchedRelations() 공개 메소드

Set the relationships that are touched on save.
public setTouchedRelations ( array $touches ) : void
$touches array
리턴 void
    public function setTouchedRelations(array $touches)
    {
        $this->touches = $touches;
    }
Model