PHP 클래스 Eccube\Doctrine\EventSubscriber\ClearCacheEventSubscriber

상속: implements Doctrine\Common\EventSubscriber
파일 보기 프로젝트 열기: ec-cube/ec-cube

공개 메소드들

메소드 설명
__construct ( Application $app )
getSubscribedEvents ( )
postPersist ( Doctrine\Common\Persistence\Event\LifecycleEventArgs $args )
postRemove ( Doctrine\Common\Persistence\Event\LifecycleEventArgs $args )
postUpdate ( Doctrine\Common\Persistence\Event\LifecycleEventArgs $args )

보호된 메소드들

메소드 설명
clearCache ( Doctrine\Common\Persistence\Event\LifecycleEventArgs $args )

메소드 상세

__construct() 공개 메소드

public __construct ( Application $app )
$app Eccube\Application

clearCache() 보호된 메소드

protected clearCache ( Doctrine\Common\Persistence\Event\LifecycleEventArgs $args )
$args Doctrine\Common\Persistence\Event\LifecycleEventArgs

getSubscribedEvents() 공개 메소드

public getSubscribedEvents ( )

postPersist() 공개 메소드

public postPersist ( Doctrine\Common\Persistence\Event\LifecycleEventArgs $args )
$args Doctrine\Common\Persistence\Event\LifecycleEventArgs

postRemove() 공개 메소드

public postRemove ( Doctrine\Common\Persistence\Event\LifecycleEventArgs $args )
$args Doctrine\Common\Persistence\Event\LifecycleEventArgs

postUpdate() 공개 메소드

public postUpdate ( Doctrine\Common\Persistence\Event\LifecycleEventArgs $args )
$args Doctrine\Common\Persistence\Event\LifecycleEventArgs