Documentation

PhotoAdminController extends AbstractActionController
in package

Table of Contents

Properties

$aclService  : AclService
$albumService  : Album
$photoConfig  : array<string|int, mixed>
$photoService  : Photo
$translator  : Translator

Methods

__construct()  : mixed
deleteAction()  : JsonModel
Removes a photo from an album and deletes it.
moveAction()  : JsonModel
Places a photo in another album.
weeklyAction()  : Response|ViewModel

Properties

Methods

__construct()

public __construct(AclService $aclService, Translator $translator, Album $albumService, Photo $photoService, array<string|int, mixed> $photoConfig) : mixed
Parameters
$aclService : AclService
$translator : Translator
$albumService : Album
$photoService : Photo
$photoConfig : array<string|int, mixed>
Tags
phpcsSuppress

SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification

deleteAction()

Removes a photo from an album and deletes it.

public deleteAction() : JsonModel
Return values
JsonModel

moveAction()

Places a photo in another album.

public moveAction() : JsonModel
Return values
JsonModel

weeklyAction()

public weeklyAction() : Response|ViewModel
Return values
Response|ViewModel

        
On this page

Search results