PHP Класс Networking\InitCmsBundle\EventListener\CacheCleaner

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

Защищенные свойства (Protected)

Свойство Тип Описание
$cleanCount integer
$phpCache Networking\InitCmsBundle\Lib\PhpCache

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

Метод Описание
postPersist ( Doctrine\ORM\Event\LifecycleEventArgs $args )
postRemove ( Doctrine\ORM\Event\LifecycleEventArgs $args )
postUpdate ( Doctrine\ORM\Event\LifecycleEventArgs $args )
setPhpCache ( PhpCache $phpCache )

Защищенные методы

Метод Описание
cleanCache ( ) remove items from the cache and stop after one item.

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

cleanCache() защищенный Метод

remove items from the cache and stop after one item.
protected cleanCache ( )

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

public postPersist ( Doctrine\ORM\Event\LifecycleEventArgs $args )
$args Doctrine\ORM\Event\LifecycleEventArgs

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

public postRemove ( Doctrine\ORM\Event\LifecycleEventArgs $args )
$args Doctrine\ORM\Event\LifecycleEventArgs

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

public postUpdate ( Doctrine\ORM\Event\LifecycleEventArgs $args )
$args Doctrine\ORM\Event\LifecycleEventArgs

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

public setPhpCache ( PhpCache $phpCache )
$phpCache Networking\InitCmsBundle\Lib\PhpCache

Описание свойств

$cleanCount защищенное свойство

protected int $cleanCount
Результат integer

$phpCache защищенное свойство

protected PhpCache,Networking\InitCmsBundle\Lib $phpCache
Результат Networking\InitCmsBundle\Lib\PhpCache