示例#1
0
 /**
  * Save the model.
  *
  * @return void
  */
 public function save($options = array())
 {
     $this->collection->save($this, $options);
 }