示例#1
0
文件: LinkOne.php 项目: harp-orm/harp
 /**
  * @return LinkOne $this
  */
 public function clear()
 {
     $this->current->setStateVoid();
     return $this;
 }