コード例 #1
0
 /**
  * Delete the given object.
  * @param RELEASE $obj
  * @access private
  */
 public function commit($obj)
 {
     parent::commit($obj);
     /** @var RELEASE $release */
     $release = $this->_object;
     include_once 'projects/obj/release_updater.php';
     $committer = new RELEASE_SHIPPER($release);
     $committer->apply($this->value_for('sub_history_item_publication_state'));
 }