Documentation

Remove
in package

Doctrine event listener class for Album and Photo entities.

Do not instantiate this class manually.

Table of Contents

Properties

$albumService  : Album
$photoService  : Photo

Methods

__construct()  : mixed
preRemove()  : void
albumRemoved()  : void
photoRemoved()  : void

Properties

Methods

__construct()

public __construct(Photo $photoService, Album $albumService) : mixed
Parameters
$photoService : Photo
$albumService : Album

preRemove()

public preRemove(PreRemoveEventArgs $eventArgs) : void
Parameters
$eventArgs : PreRemoveEventArgs

albumRemoved()

protected albumRemoved(Album $album) : void
Parameters
$album : Album

photoRemoved()

protected photoRemoved(Photo $photo) : void
Parameters
$photo : Photo

        
On this page

Search results