PHP Class ProductController

Inheritance: extends Controller
显示文件 Open project: yupe/yupe Class Usage Examples

Protected Properties

Property Type Description
$attributeFilter AttributeFilter
$productRepository ProductRepository

Public Methods

Method Description
actionIndex ( )
actionView ( string $name, string $category = null )
init ( )

Method Details

actionIndex() public method

public actionIndex ( )

actionView() public method

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

init() public method

public init ( )

Property Details

$attributeFilter protected_oe property

protected AttributeFilter $attributeFilter
return AttributeFilter

$productRepository protected_oe property

protected ProductRepository $productRepository
return ProductRepository