FileHelpers
trait FileHelpers
Properties
| protected string|null | $hashName | The cache copy of the file's hash name. |
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
at line 19
string
path()
Get the fully-qualified path to the file.
at line 27
string
extension()
Get the file's extension.
at line 35
string
hashName(string|null $path = null)
Get a filename for the file.
at line 53
array|null
dimensions()
Get the dimensions of the image (if applicable).