BlankFileService
Table of Contents
Methods
-
__construct()
: mixed
-
addImagesToBlank()
: Result
-
prepareFile()
: Result
__construct()
public
__construct([BlankRepository|null $blankRepository = null ]) : mixed
Parameters
-
$blankRepository
: BlankRepository|null
= null
-
addImagesToBlank()
public
addImagesToBlank(int $blankId, array<string|int, File> $files) : Result
Parameters
-
$blankId
: int
-
-
$files
: array<string|int, File>
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
prepareFile()
public
prepareFile(File $file) : Result
Parameters
-
$file
: File
-