You are here

public static function Mollie_API_Autoloader::register in Commerce Mollie 7

Return value

bool

1 call to Mollie_API_Autoloader::register()
Autoloader.php in Mollie/API/Autoloader.php

File

Mollie/API/Autoloader.php, line 51

Class

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

Code

public static function register() {
  return spl_autoload_register(array(
    __CLASS__,
    "autoload",
  ));
}