PHP Класс Elcodi\Admin\ProductBundle\EventListener\NewCategoryPositionEventListener

Показать файл Открыть проект

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

Метод Описание
preFlush ( Doctrine\ORM\Event\PreFlushEventArgs $args ) Before the flush we check if we are inserting new categories and in this case we set a correct position.

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

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

Before the flush we check if we are inserting new categories and in this case we set a correct position.
public preFlush ( Doctrine\ORM\Event\PreFlushEventArgs $args )
$args Doctrine\ORM\Event\PreFlushEventArgs The pre flush event arguments.