detach() 공개 메소드

Detaches Row (it means mark it as non-persisted)
public detach ( )
예제 #1
0
 /**
  * Detaches entity
  */
 public function detach()
 {
     $this->row->detach();
     $this->entityFactory = null;
     $this->mapper = null;
 }
예제 #2
0
 /**
  * Detaches entity
  */
 public function detach()
 {
     $this->row->detach();
     $this->mapper = null;
 }