class File extends File (View source)

Traits

Properties

protected string|null $hashName

The cache copy of the file's hash name.

from  FileHelpers

Methods

string
path()

Get the fully-qualified path to the file.

string
extension()

Get the file's extension.

string
hashName(string|null $path = null)

Get a filename for the file.

array|null
dimensions()

Get the dimensions of the image (if applicable).

Details

string path()

Get the fully-qualified path to the file.

Return Value

string

string extension()

Get the file's extension.

Return Value

string

string hashName(string|null $path = null)

Get a filename for the file.

Parameters

string|null $path

Return Value

string

array|null dimensions()

Get the dimensions of the image (if applicable).

Return Value

array|null