You are here

public static function Mollie_API_Autoloader::unregister in Commerce Mollie 7

Return value

bool

File

Mollie/API/Autoloader.php, line 58

Class

Mollie_API_Autoloader
Copyright (c) 2013, Mollie B.V. All rights reserved.

Code

public static function unregister() {
  return spl_autoload_unregister(array(
    __CLASS__,
    "autoload",
  ));
}