Esempio n. 1
0
 function availableMethods()
 {
     $methods = parent::availableMethods();
     // GD is not an option for this provider.
     unset($methods['gd']);
     return $methods;
 }