PHP 클래스 ProductCategory_Controller, silvershop-core

상속: extends Page_Controller
파일 보기 프로젝트 열기: burnbright/silverstripe-shop

공개 메소드들

메소드 설명
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