PHP 클래스 ProductController

상속: extends Controller
파일 보기 프로젝트 열기: yupe/yupe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$attributeFilter AttributeFilter
$productRepository ProductRepository

공개 메소드들

메소드 설명
actionIndex ( )
actionView ( string $name, string $category = null )
init ( )

메소드 상세

actionIndex() 공개 메소드

public actionIndex ( )

actionView() 공개 메소드

public actionView ( string $name, string $category = null )
$name string Product slug
$category string Product category path

init() 공개 메소드

public init ( )

프로퍼티 상세

$attributeFilter 보호되어 있는 프로퍼티

protected AttributeFilter $attributeFilter
리턴 AttributeFilter

$productRepository 보호되어 있는 프로퍼티

protected ProductRepository $productRepository
리턴 ProductRepository