예제 #1
0
파일: Association.php 프로젝트: Konro1/pms
 /**
  * Remove all items from this association, and persist the changes to the database
  * @return Jam_Array_Association $this
  */
 public function clear()
 {
     $this->association()->clear($this->parent(), $this);
     return parent::clear();
 }