PHP 클래스 Elcodi\Store\ProductBundle\EventListener\CategoriesOrderChangeEventListener

파일 보기 프로젝트 열기: elcodi/bamboo

공개 메소드들

메소드 설명
__construct ( StoreCategoryTree $storeCategoryTree ) Event listener responsible of listening the categories order change event and update store category tree
onChange ( ) This method is called every time that some property that could affect the categories tree is changed and it reloads the full tree.

메소드 상세

__construct() 공개 메소드

Event listener responsible of listening the categories order change event and update store category tree
public __construct ( StoreCategoryTree $storeCategoryTree )
$storeCategoryTree Elcodi\Store\ProductBundle\Services\StoreCategoryTree A store category tree

onChange() 공개 메소드

This method is called every time that some property that could affect the categories tree is changed and it reloads the full tree.
public onChange ( )