Gc\Media\Image::__construct PHP Method

__construct() public method

Initialize object
public __construct ( string $filename = null )
$filename string filename
    public function __construct($filename = null)
    {
        if (!empty($filename)) {
            $this->open($filename);
        }
    }