19declare(strict_types=1);
44 $this->fileSystem = $filesystem;
51 if ($backgroundImagePath ===
'') {
55 if ($this->fileSystem->has($backgroundImagePath)) {
65 if ($backgroundImagePath ===
'') {
69 if ($this->fileSystem->has($backgroundImagePath)) {
84 [$this->webDirectory,
'//'],
85 [self::PLACEHOLDER_CLIENT_WEB_DIRECTORY,
'/'],
94 $this->certificatePath,
95 self::BACKGROUND_TEMPORARY_UPLOAD_FILE_NAME,
const PLACEHOLDER_CLIENT_WEB_DIRECTORY
const BACKGROUND_THUMBNAIL_FILE_ENDING
const BACKGROUND_TEMPORARY_UPLOAD_FILE_NAME
getValidBackgroundImageFileExtensions()
getBackgroundImageTempfilePath(string $extension)
const BACKGROUND_IMAGE_NAME
getBackgroundImageThumbPath()
__construct(string $certificatePath, Filesystem $filesystem, string $webDirectory=CLIENT_WEB_DIR)
getBackgroundImageDirectory(string $backgroundImagePath='')
const VALID_BACKGROUND_IMAGE_EXTENSIONS
hasBackgroundImage(ilCertificateTemplate $template)
hasBackgroundImageThumbnail(ilCertificateTemplate $template)
Class FlySystemFileAccessTest \Provider\FlySystem @runTestsInSeparateProcesses @preserveGlobalState d...