Exemplo n.º 1
0
 /**
  * Lock the release.
  * Jobs and changes can no longer be added to this release, nor can they be taken away.
  * @param boolean $update_now Actualize the database?
  */
 public function lock($update_now = true)
 {
     $this->ship($update_now);
     parent::lock($update_now);
 }