PortalLogo
Table of Contents
Constants
- LOGO_PRESETS = [ 'logo' => [222, 55], // default '2x' => [444, 110], ]
Methods
- __construct() : mixed
- getLogo() : array<string|int, mixed>|null
- removeLogo() : void
- saveLogo() : void
Constants
LOGO_PRESETS
public
mixed
LOGO_PRESETS
= [
'logo' => [222, 55],
// default
'2x' => [444, 110],
]
Methods
__construct()
public
__construct(PortalSettings $settingsService) : mixed
Parameters
- $settingsService : PortalSettings
getLogo()
public
getLogo() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullremoveLogo()
public
removeLogo() : void
saveLogo()
public
saveLogo(array<string|int, mixed> $files) : void
Parameters
- $files : array<string|int, mixed>
-
from Request