Cheetah
Public Member Functions | Public Attributes | List of all members
Intervention\Image\File Class Reference
Inheritance diagram for Intervention\Image\File:
Intervention\Image\Image

Public Member Functions

 setFileInfoFromPath ($path)
 
 filesize ()
 

Public Attributes

 $mime
 
 $dirname
 
 $basename
 
 $extension
 
 $filename
 

Detailed Description

Definition at line 5 of file File.php.

Member Function Documentation

◆ filesize()

Intervention\Image\File::filesize ( )

Get file size

Returns
mixed

Definition at line 67 of file File.php.

◆ setFileInfoFromPath()

Intervention\Image\File::setFileInfoFromPath (   $path)

Sets all instance properties from given path

Parameters
string$path

Definition at line 47 of file File.php.

Member Data Documentation

◆ $basename

Intervention\Image\File::$basename

Definition at line 26 of file File.php.

◆ $dirname

Intervention\Image\File::$dirname

Definition at line 19 of file File.php.

◆ $extension

Intervention\Image\File::$extension

Definition at line 33 of file File.php.

◆ $filename

Intervention\Image\File::$filename

Definition at line 40 of file File.php.

◆ $mime

Intervention\Image\File::$mime

Definition at line 12 of file File.php.


The documentation for this class was generated from the following file: