PHP Класс ProductCategory_Controller, silvershop-core

Наследование: extends Page_Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
FeaturedProducts ( $recursive = true ) Return products that are featured, that is products that have "FeaturedProduct = 1"
NonFeaturedProducts ( $recursive = true ) Return products that are not featured, that is products that have "FeaturedProduct = 0"
Products ( $recursive = true ) Return the products for this group.
getSorter ( ) : ListSorter Sorting controls

Описание методов

FeaturedProducts() публичный Метод

Return products that are featured, that is products that have "FeaturedProduct = 1"
public FeaturedProducts ( $recursive = true )

NonFeaturedProducts() публичный Метод

Return products that are not featured, that is products that have "FeaturedProduct = 0"
public NonFeaturedProducts ( $recursive = true )

Products() публичный Метод

Return the products for this group.
public Products ( $recursive = true )

getSorter() публичный Метод

Sorting controls
public getSorter ( ) : ListSorter
Результат ListSorter sorter