示例#1
0
 /**
  * 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();
 }