delete() 공개 메소드

public delete ( Whups_Query $query )
$query Whups_Query The query to delete.
예제 #1
0
파일: Query.php 프로젝트: raz0rsdge/horde
 /**
  * Delete this object from the backend permanently.
  *
  */
 public function delete()
 {
     $this->_qManager->delete($this);
 }