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