Aerys\Vhost::__debugInfo PHP Method

__debugInfo() public method

Simplify debug output
public __debugInfo ( ) : array
return 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];
    }