Esempio n. 1
0
 /**
  * Deletes the access host.
  */
 public function delete()
 {
     $this->getContext()->invokePost('DATABASES', ['action' => 'accesshosts', 'delete' => 'yes', 'db' => $this->database->getDatabaseName(), 'select0' => $this->getName()]);
 }