Recca0120\LaravelTracy\Panels\AbstractPanel::getViewPath PHP Method

getViewPath() protected method

getViewPath.
protected getViewPath ( ) : string
return string
    protected function getViewPath()
    {
        if (is_null($this->viewPath) === false) {
            return $this->viewPath;
        }
        return $this->viewPath = __DIR__ . '/../../resources/views/' . ucfirst(class_basename(get_class($this))) . '/';
    }