api/laravel/Http/FileHelpers.yaml
2024-09-26 02:03:21 -07:00

52 lines
1 KiB
YAML

name: FileHelpers
class_comment: null
dependencies:
- name: Str
type: class
source: Illuminate\Support\Str
properties:
- name: hashName
visibility: protected
comment: '# * The cache copy of the file''s hash name.
# *
# * @var string'
methods:
- name: path
visibility: public
parameters: []
comment: "# * The cache copy of the file's hash name.\n# *\n# * @var string\n# */\n\
# protected $hashName = null;\n# \n# /**\n# * Get the fully qualified path to\
\ the file.\n# *\n# * @return string"
- name: extension
visibility: public
parameters: []
comment: '# * Get the file''s extension.
# *
# * @return string'
- name: hashName
visibility: public
parameters:
- name: path
default: 'null'
comment: '# * Get a filename for the file.
# *
# * @param string|null $path
# * @return string'
- name: dimensions
visibility: public
parameters: []
comment: '# * Get the dimensions of the image (if applicable).
# *
# * @return array|null'
traits:
- Illuminate\Support\Str
interfaces: []