コード例 #1
0
 protected function inject(InsertOrUpdateQuery $query, Identifiable $object)
 {
     $this->checkObjectType($object);
     return $this->doInject($this->setQueryFields($query->setTable($this->getTable()), $object), $object);
 }