PhpThumb::__construct PHP Method

__construct() private method

Initializes all the variables, and does some preliminary validation / checking of stuff
private __construct ( )
    private function __construct()
    {
        $this->_registry = array();
        $this->_implementations = array('gd' => false, 'imagick' => false);
        $this->getImplementations();
    }