PHP Class PartKeepr\UploadedFileBundle\EventListener\FileRemovalListener

Show file Open project: partkeepr/PartKeepr

Public Methods

Method Description
__construct ( UploadedFileService $uploadedFileService, Doctrine\Common\Annotations\Reader $reader, Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor )
onFlush ( Doctrine\ORM\Event\OnFlushEventArgs $eventArgs )

Method Details

__construct() public method

public __construct ( UploadedFileService $uploadedFileService, Doctrine\Common\Annotations\Reader $reader, Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor )
$uploadedFileService PartKeepr\UploadedFileBundle\Services\UploadedFileService
$reader Doctrine\Common\Annotations\Reader
$propertyAccessor Symfony\Component\PropertyAccess\PropertyAccessorInterface

onFlush() public method

public onFlush ( Doctrine\ORM\Event\OnFlushEventArgs $eventArgs )
$eventArgs Doctrine\ORM\Event\OnFlushEventArgs