Documentation

FileHelpers

Table of Contents

$hashName  : string
The cache copy of the file's hash name.
clientExtension()  : string
Get the file's extension supplied by the client.
extension()  : string
Get the file's extension.
hashName()  : string
Get a filename for the file.
path()  : string
Get the fully qualified path to the file.

Properties

$hashName

The cache copy of the file's hash name.

protected string $hashName = null

Methods

clientExtension()

Get the file's extension supplied by the client.

public clientExtension() : string
Return values
string

extension()

Get the file's extension.

public extension() : string
Return values
string

hashName()

Get a filename for the file.

public hashName([string $path = null ]) : string
Parameters
$path : string = null
Return values
string

path()

Get the fully qualified path to the file.

public path() : string
Return values
string

Search results