Identicon\Generator\ImageMagickGenerator::__construct PHP Метод

__construct() публичный Метод

ImageMagickGenerator constructor.
public __construct ( )
    public function __construct()
    {
        if (!extension_loaded('imagick')) {
            throw new Exception('ImageMagick does not appear to be avaliable in your PHP installation. Please try another generator');
        }
    }