PhpThumb::__construct PHP 메소드

__construct() 개인적인 메소드

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();
    }