PHP Class Brabijan\Images\Image

Author: Filip Procházka ([email protected])
Inheritance: extends Nette\Object
Show file Open project: brabijan/images

Public Methods

Method Description
__construct ( string $file )
__toString ( ) : string
exists ( ) : boolean
getBasename ( ) : string
getFile ( ) : float | integer
getSize ( ) : Brabijan\Images\Size

Method Details

__construct() public method

public __construct ( string $file )
$file string

__toString() public method

public __toString ( ) : string
return string

exists() public method

public exists ( ) : boolean
return boolean

getBasename() public method

public getBasename ( ) : string
return string

getFile() public method

public getFile ( ) : float | integer
return float | integer

getSize() public method

public getSize ( ) : Brabijan\Images\Size
return Brabijan\Images\Size