Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AdminPageHttpControllerResponse
  • Asset
  • HttpContext
  • HttpControllerResponse
  • JsonHttpControllerResponse
  • RedirectHttpControllerResponse

Class JsonHttpControllerResponse

Class JsonHttpControllerResponse

HttpControllerResponse implements HttpControllerResponseInterface
Extended by JsonHttpControllerResponse
Package: Http\ValueObjects
Category: System
Extends: HttpControllerResponse
Located at SystemServices/Http/ValueObjects/JsonHttpControllerResponse.inc.php

Methods summary

public
# __construct( array $contentArray )

Initializes the json http controller response.

Initializes the json http controller response.

Parameters

$contentArray
Array which will be encoded in json format.

Overrides

HttpControllerResponse::__construct

Methods inherited from HttpControllerResponse

getBody(), getHeaders()

Properties summary

Properties inherited from HttpControllerResponse

$httpBody, $httpHeadersArray

API documentation generated by ApiGen