Zymba ReferenceReferenceRESTREST.ServerAuf dieser SeiteZymba Documentation REST.Server Textobject @REST.Server(@Base) { construct() {} bind(function $callback, string $route, string $method): $this {} bindMethods(...$routes): $this {} handle(): mixed {}} RESTful server prototype. Prototype Base Methods $this.construct()CODE$this.construct(): void $this.bind()CODE$this.bind(function $callback, string $route, string $method): thisParametersNameTypeValueDefaultcallbackfunctionnullroutestring""methodstring"GET"ReturnsTypeValue$this $this.bindMethods()CODE$this.bindMethods(variadic $routes): thisParametersNameTypeValueDefaultroutesvariadic...ReturnsTypeValue$this $this.handle()CODE$this.handle(): mixedReturnsTypeValuemixed