PHP Class ViewedWidget

Inheritance: extends yupe\widgets\YWidget
Afficher le fichier Open project: yupe/yupe

Méthodes publiques

Свойство Type Description
$limit The number of displayed products. Default: all
$order Sorting of displayed products. Default: by view time desc
$view Widget view file

Méthodes publiques

Méthode Description
run ( )

Method Details

run() public méthode

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