detach() public method

Detach Connection
public detach ( object $conn ) : void
$conn object Connection
return void
Beispiel #1
0
 /**
  * Detach Connection
  * @param  object $conn Connection
  * @return void
  */
 public function detach($conn)
 {
     parent::detach($conn);
     $this->touchPending($conn->getUrl());
 }