Product display class

package org.openpsa.products

 Methods

_handler_view (mixed $handler_id, array $args, array $data)

Looks up a product to display.

Parameters

$handler_id

mixedThe ID of the handler.

$args

arrayThe argument list.

$data

array&$data The local request data.

_show_view (mixed $handler_id, array $data)

Shows the loaded product.

Parameters

$handler_id

mixedThe ID of the handler.

$data

array&$data The local request data.

_prepare_request_data ()

Simple helper which references all important members to the request data listing for usage within the style listing.

 Properties