PHP Class ViewedWidget

Inheritance: extends yupe\widgets\YWidget
ファイルを表示 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_oe property

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

$order public_oe property

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

$view public_oe property

Widget view file
public $view