Contao Utils Bundle

FileStorageCallback
in package

Table of Contents

Properties

$absoluteFilePath  : string
$filename  : string
$identifier  : string
$relativeFilePath  : string
$relativeStoragePath  : string
$rootPath  : string

Methods

__construct()  : mixed
FileStorageCallback constructor.
getAbsoluteFilePath()  : string
getFilename()  : string
getIdentifier()  : string
getRelativeFilePath()  : string
getRelativeStoragePath()  : string
getRootPath()  : string

Properties

Methods

__construct()

FileStorageCallback constructor.

public __construct(string $identifier, string $filename, string $relativeFilePath, string $absoluteFilePath, string $rootPath, string $relativeStoragePath) : mixed
Parameters
$identifier : string
$filename : string
$relativeFilePath : string
$absoluteFilePath : string
$rootPath : string
$relativeStoragePath : string

getRelativeStoragePath()

public getRelativeStoragePath() : string
Return values
string

        
On this page

Search results