Aerys\Vhost::__debugInfo PHP Метод

__debugInfo() публичный Метод

Simplify debug output
public __debugInfo ( ) : array
Результат array
    public function __debugInfo() : array
    {
        $appType = is_object($this->application) ? get_class($this->application) : gettype($this->application);
        return ["interfaces" => $this->interfaces, "name" => $this->name, "tls" => $this->tlsContextArr, "application" => $appType];
    }