ReflectionClass {#69
  +name: "app\http\home\controller\Search"
  extends: "app\http\home\controller\Base"
  implements: []
  constants: []
  properties: array:4 [
    "searchService" => ReflectionProperty {#224
      +name: "searchService"
      +class: "app\http\home\controller\Search"
      modifiers: "private"
    }
    "config" => ReflectionProperty {#180
      +name: "config"
      +class: "app\http\home\controller\Base"
      modifiers: "protected"
    }
    "seo" => ReflectionProperty {#172
      +name: "seo"
      +class: "app\http\home\controller\Base"
      modifiers: "protected"
    }
    "data" => ReflectionProperty {#165
      +name: "data"
      +class: "app\http\home\controller\Base"
      modifiers: "protected"
    }
  ]
  methods: array:3 [
    "__construct" => ReflectionMethod {#169
      +name: "__construct"
      +class: "app\http\home\controller\Search"
      modifiers: "public"
    }
    "handle" => ReflectionMethod {#131
      +name: "handle"
      +class: "app\http\home\controller\Search"
      returnType: "support\Response"
      parameters: {
        $request: ReflectionParameter {#174
          +name: "request"
          position: 0
          typeHint: "support\Request"
        }
      }
      modifiers: "public"
    }
    "tags" => ReflectionMethod {#139
      +name: "tags"
      +class: "app\http\home\controller\Search"
      returnType: "support\Response"
      parameters: {
        $request: ReflectionParameter {#137
          +name: "request"
          position: 0
          typeHint: "support\Request"
        }
      }
      modifiers: "public"
    }
  ]
  extra: {
    file: "/www/wwwroot/yingshi/app/http/home/controller/Search.php"
    line: "15 to 97"
    docComment: """
      /**\n
       * @desc    搜索服务层\n
       * @author  OverMiracle\n
       * @date    2024-03-18\n
       */
      """
    isUserDefined: true
  }
}