1 | <?php if ( ! defined('EVENT_ESPRESSO_VERSION')) { exit('No direct script access allowed'); } |
||
14 | class EE_Psr4AutoloaderInit { |
||
15 | |||
16 | |||
17 | /** |
||
18 | * @type \EventEspresso\core\Psr4Autoloader |
||
19 | */ |
||
20 | protected static $psr4_loader; |
||
21 | |||
22 | /** |
||
23 | * @access public |
||
24 | */ |
||
25 | public function __construct() { |
||
28 | |||
29 | |||
30 | |||
31 | /** |
||
32 | * @return \EventEspresso\core\Psr4Autoloader |
||
33 | */ |
||
34 | public static function initialize_psr4_loader() { |
||
48 | |||
49 | |||
50 | |||
51 | /** |
||
52 | * @return \EventEspresso\core\Psr4Autoloader |
||
53 | */ |
||
54 | public static function psr4_loader() { |
||
57 | |||
58 | |||
59 | |||
60 | } |
||
61 | // End of file EE_Psr4AutoloaderInit.core.php |
||
62 | // Location: /core/EE_Psr4AutoloaderInit.core.php |