). */ require_once dirname(__FILE__, 2) . '/base/delegate/delegate.class.php'; class phpthumb extends baseDelegate { protected static $className = 'PHPThumb\GD'; /** * @param mixed[] $plugins */ public function __construct($fileName, $options = array(), $plugins = array()) { $this->instance = new static::$className($fileName, $options, $plugins); } }