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: []