AirLay backend

IconStorage
in package

Table of Contents

ROOT_PATH  = 'menu_icon'
$filesystem  : Filesystem
__construct()  : mixed
deleteByNodeId()  : void
deleteFile()  : void
getFileList()  : DirectoryListing
save()  : string
generateIconPath()  : string

Constants

Properties

Methods

__construct()

public __construct(Filesystem $filesystem) : mixed
Parameters
$filesystem : Filesystem
Return values
mixed

deleteByNodeId()

public deleteByNodeId(ObjectId $nodeId) : void
Parameters
$nodeId : ObjectId
Return values
void

deleteFile()

public deleteFile(string $path) : void
Parameters
$path : string
Return values
void

getFileList()

public getFileList() : DirectoryListing
Tags
throws
FilesystemException
Return values
DirectoryListing

save()

public save(string $path, string $content) : string
Parameters
$path : string
$content : string
Tags
throws
FilesystemException
Return values
string

generateIconPath()

private generateIconPath(string $path) : string
Parameters
$path : string
Return values
string

Search results