PHP Class ViewedWidget

Inheritance: extends yupe\widgets\YWidget
Show file Open project: yupe/yupe

Public Properties

Property Type Description
$limit The number of displayed products. Default: all
$order Sorting of displayed products. Default: by view time desc
$view Widget view file

Public Methods

Method Description
run ( )

Method Details

run() public method

public run ( )

Property Details

$limit public property

The number of displayed products. Default: all
public $limit

$order public property

Sorting of displayed products. Default: by view time desc
public $order

$view public property

Widget view file
public $view