Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • CartController
  • CartDropdownController
  • CartShippingCostsController
  • CheckQuantityController
  • CheckStatusController
  • CookieBarController
  • CreateGuestController
  • CreateRegistreeController
  • ExtraContentController
  • FilterController
  • ImageRequestController
  • JsConfigurationController
  • JsTranslationsController
  • LiveSearchController
  • PayPalConfigurationController
  • PayPalController
  • ProductQuestionController
  • SharedShoppingCartConfigurationController
  • SharedShoppingCartController
  • ShipcloudController
  • StyleEdit3AuthenticationController
  • WishListController

Class WishListController

Class WishListController

HttpViewController implements HttpViewControllerInterface
Extended by WishListController
Package: HttpViewControllers
Category: System
Extends: HttpViewController
Located at Controllers/HttpView/ShopAjax/WishListController.inc.php

Methods summary

public HttpControllerResponse
# actionDefault( )

Returns

HttpControllerResponse

Todo

use GET and POST REST-API like

Overrides

HttpViewController::actionDefault
public HttpControllerResponse
# actionAdd( )

Returns

HttpControllerResponse

Todo

use GET and POST REST-API like
public HttpControllerResponse
# actionDelete( )

Returns

HttpControllerResponse

Todo

use GET and POST REST-API like
public HttpControllerResponse
# actionUpdate( )

Returns

HttpControllerResponse

Todo

use GET and POST REST-API like
public HttpControllerResponse
# actionAddToCart( )

Returns

HttpControllerResponse

Todo

use GET and POST REST-API like
protected
# _performAction( string $p_action )

Parameters

$p_action
protected array
# _getWishListJson( )

Builds a JSON array that contains the HTML snippets to build the current wish list

Builds a JSON array that contains the HTML snippets to build the current wish list

Returns

array
JSON array of the current wish list
protected WishListContentView
# _getWishListContentView( )

Returns an initialized WishListContentView object

Returns an initialized WishListContentView object

Returns

WishListContentView
protected array
# _getProducts( OrderDetailsWishListContentView $orderDetailsWishListContentView )

Gets a JSON array of HTML snippets to build the product listing of the current wish list content

Gets a JSON array of HTML snippets to build the product listing of the current wish list content

Parameters

$orderDetailsWishListContentView

Returns

array
JSON array of the wish list content
protected array
# _getContents( WishListContentView $wishListContentView )

Gets a JSON array of HTML snippets to build the content of the current wish list apart from its products.

Gets a JSON array of HTML snippets to build the content of the current wish list apart from its products.

Parameters

$wishListContentView

Returns

array
JSON array of the informational content (without products) of the wish list

Methods inherited from HttpViewController

__construct(), _callActionMethod(), _getPostData(), _getPostDataCollection(), _getQueryParameter(), _getQueryParametersCollection(), _getServerData(), _render(), _validatePageToken(), proceed()

Properties summary

Properties inherited from HttpViewController

$assets, $contentView, $httpContextReader, $httpResponseProcessor, $postDataArray, $queryParametersArray, $serverDataArray

API documentation generated by ApiGen