Пример #1
0
 /**
  * Deletes this domain from the user.
  */
 public function delete()
 {
     $this->getContext()->invokePost('DOMAIN', ['delete' => true, 'confirmed' => true, 'select0' => $this->domainName]);
     $this->owner->clearCache();
 }