isDetached() public method

Tells whether Row is in detached state
public isDetached ( ) : boolean
return boolean
Example #1
0
 /**
  * Tells whether entity is in detached state (like newly created entity)
  *
  * @return bool
  */
 public function isDetached()
 {
     return $this->row->isDetached();
 }