コード例 #1
0
 /**
  * @param bool $upsert Ignored
  * @param bool $refresh
  * @return Bronto_Api_Order_Row
  */
 public function save($upsert = true, $refresh = false)
 {
     parent::_add(true);
     return $this;
 }