示例#1
0
 public function update()
 {
     if ($this->renewable) {
         return parent::update();
     } else {
         return $this;
     }
 }