Пример #1
0
 /**
  * Set a domain name of domain
  * @param   string $name    Domain name to set the domain to
  */
 public function setName($name)
 {
     $this->name = \Cx\Core\Net\Controller\ComponentController::convertIdnToAsciiFormat($name);
 }