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() { |
||
38 | |||
39 | |||
40 | |||
41 | /** |
||
42 | * @return \EventEspresso\Core\Psr4Autoloader |
||
43 | */ |
||
44 | public static function psr4_loader() { |
||
47 | |||
48 | |||
49 | |||
50 | } |
||
51 | // End of file EE_Psr4AutoloaderInit.core.php |
||
52 | // Location: /core/EE_Psr4AutoloaderInit.core.php |