Ejemplo n.º 1
0
 public function getInsertMethod()
 {
     if (is_null($this->insertMethod)) {
         $this->setInsertMethod(InsertMethod::LAST());
     }
     return $this->insertMethod;
 }