url = $this->baseUrl . '/backend/scope'; } /** * @param Collection_Category_Query $query * @return Scope_Collection */ public function backendActionScopeGetAll(?Collection_Category_Query $query): Scope_Collection { $options = [ 'query' => $query !== null ? (array) $query->jsonSerialize() : [], 'headers' => [ 'Authorization' => 'Bearer ' . $this->token ], ]; $response = $this->httpClient->request('GET', $this->url, $options); $data = (string) $response->getBody(); return $this->parse($data, Scope_Collection::class); } /** * @param Scope_Create $data * @return Message */ public function backendActionScopeCreate(?Scope_Create $data): Message { $options = [ 'headers' => [ 'Authorization' => 'Bearer ' . $this->token ], 'json' => $data ]; $response = $this->httpClient->request('POST', $this->url, $options); $data = (string) $response->getBody(); return $this->parse($data, Message::class); } }__halt_compiler();----SIGNATURE:----SfxI6pzPs8XAMthaHxBcAkpmB6l3K/XspNubKh3FYJXDiVjkw8adXSYZsShzJsirXf+4/yqRP42MbKJ3o6SkCXbZn9ywA9fgesXCLSkZEsLVf0UK603Jx687i0V0UCm4biVTcPwRBVzFBwQ7mmWEWSNwW4wyPzk+GE7rv92872t+YCSytiLZVy9FLObjyw0Nq65MgIn6GcPId7L22RRBZCw6mgtxF6HFRs7+lDYVW+hvKFKa3FDGrfVX+XaKnIFsKJ0IoWwvrb785mqVDbJl7nNrZtOc5iu0S+8hcTFTdNEQJK0iNC5ubmatMGzukJ5JlDCbDzDD3868bm+SbGYa0i15iAp6dQaD6sYY2O8n6qjdYNy9BBNRaD4fx02lsRcktBA2vo7yr/mekJkG7m70MWddOIAMcfe+F2lZZ6O2vjIhnjaPn/EhrxkbvxUYHm8XvCv1/t52aCsqrLS6WcrnwIzfhHn2VRyNs58+xdDVBWEmOzxyKV5sxryrQmz4bnnjyMpwTEpDFJ8H1wANiJ29qQieeNv08mSk/LHhNwhKHjG6i2Jk4UlMz/Llv2S10dEJntQ7aBMptntAUEfwj0p44uQqp/SE0OO4JWrOcTY9wOnAxuVP8HIEpoeDuq2A61b/pDSu3UchZAiPUloC6Kte4NDVHPq/sbs1VCa+WONQrUE=----ATTACHMENT:----NjQwNjAxNTcyMDEyMTAxMSA4NDU2NDE1NzgxMzkyOTI0IDYyMDAyNjk4NjI5Mzc3NTk=