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];
    }