@@ -11,27 +11,27 @@ |
||
11 | 11 | License: GPLv2 |
12 | 12 | License URI: http://www.gnu.org/licenses/gpl-3.0.html |
13 | 13 | */ |
14 | -if ( !defined( 'ABSPATH' ) ) exit; |
|
14 | +if ( ! defined('ABSPATH')) exit; |
|
15 | 15 | |
16 | 16 | |
17 | 17 | //Define basic names |
18 | 18 | //Edit the "_PLUGIN" in following namespaces for compatibility with your desired name. |
19 | -defined( 'PLUGIN_DEBUG' ) or define( 'PLUGIN_DEBUG', false ); |
|
19 | +defined('PLUGIN_DEBUG') or define('PLUGIN_DEBUG', false); |
|
20 | 20 | |
21 | -defined( 'PLUGIN_PATH' ) or define( 'PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); |
|
22 | -defined( 'PLUGIN_FILE' ) or define( 'PLUGIN_FILE', plugin_basename( __FILE__ ) ); |
|
21 | +defined('PLUGIN_PATH') or define('PLUGIN_PATH', plugin_dir_path(__FILE__)); |
|
22 | +defined('PLUGIN_FILE') or define('PLUGIN_FILE', plugin_basename(__FILE__)); |
|
23 | 23 | |
24 | -defined( 'PLUGIN_TRANSLATE' ) or define( 'PLUGIN_TRANSLATE', plugin_basename( plugin_dir_path( __FILE__ ) . 'asset/ln/' ) ); |
|
24 | +defined('PLUGIN_TRANSLATE') or define('PLUGIN_TRANSLATE', plugin_basename(plugin_dir_path(__FILE__) . 'asset/ln/')); |
|
25 | 25 | |
26 | -defined( 'PLUGIN_JS' ) or define( 'PLUGIN_JS', plugins_url( '/asset/js/', __FILE__ ) ); |
|
27 | -defined( 'PLUGIN_CSS' ) or define( 'PLUGIN_CSS', plugins_url( '/asset/css/', __FILE__ ) ); |
|
28 | -defined( 'PLUGIN_IMAGE' ) or define( 'PLUGIN_IMAGE', plugins_url( '/asset/img/', __FILE__ ) ); |
|
26 | +defined('PLUGIN_JS') or define('PLUGIN_JS', plugins_url('/asset/js/', __FILE__)); |
|
27 | +defined('PLUGIN_CSS') or define('PLUGIN_CSS', plugins_url('/asset/css/', __FILE__)); |
|
28 | +defined('PLUGIN_IMAGE') or define('PLUGIN_IMAGE', plugins_url('/asset/img/', __FILE__)); |
|
29 | 29 | |
30 | 30 | |
31 | 31 | //The Plugin |
32 | -require_once( 'vendor/autoload.php' ); |
|
32 | +require_once('vendor/autoload.php'); |
|
33 | 33 | function plugin() { |
34 | - if ( class_exists( 'NirjharLo\\WP_Plugin_Framework\\PluginLoader' ) ) { |
|
34 | + if (class_exists('NirjharLo\\WP_Plugin_Framework\\PluginLoader')) { |
|
35 | 35 | return NirjharLo\WP_Plugin_Framework\PluginLoader::instance(); |
36 | 36 | } |
37 | 37 | } |
@@ -11,7 +11,9 @@ |
||
11 | 11 | License: GPLv2 |
12 | 12 | License URI: http://www.gnu.org/licenses/gpl-3.0.html |
13 | 13 | */ |
14 | -if ( !defined( 'ABSPATH' ) ) exit; |
|
14 | +if ( !defined( 'ABSPATH' ) ) { |
|
15 | + exit; |
|
16 | +} |
|
15 | 17 | |
16 | 18 | |
17 | 19 | //Define basic names |
@@ -6,47 +6,47 @@ |
||
6 | 6 | |
7 | 7 | class ComposerStaticInit3743e829f921e1c1302d19c10846ac46 |
8 | 8 | { |
9 | - public static $prefixLengthsPsr4 = array ( |
|
10 | - 'N' => |
|
11 | - array ( |
|
12 | - 'NirjharLo\\WP_Plugin_Framework\\' => 30, |
|
13 | - ), |
|
14 | - ); |
|
9 | + public static $prefixLengthsPsr4 = array ( |
|
10 | + 'N' => |
|
11 | + array ( |
|
12 | + 'NirjharLo\\WP_Plugin_Framework\\' => 30, |
|
13 | + ), |
|
14 | + ); |
|
15 | 15 | |
16 | - public static $prefixDirsPsr4 = array ( |
|
17 | - 'NirjharLo\\WP_Plugin_Framework\\' => |
|
18 | - array ( |
|
19 | - 0 => __DIR__ . '/../..' . '/plugin', |
|
20 | - ), |
|
21 | - ); |
|
16 | + public static $prefixDirsPsr4 = array ( |
|
17 | + 'NirjharLo\\WP_Plugin_Framework\\' => |
|
18 | + array ( |
|
19 | + 0 => __DIR__ . '/../..' . '/plugin', |
|
20 | + ), |
|
21 | + ); |
|
22 | 22 | |
23 | - public static $classMap = array ( |
|
24 | - 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
|
25 | - 'NirjharLo\\WP_Plugin_Framework\\Lib\\Ajax' => __DIR__ . '/../..' . '/plugin/Lib/Ajax.php', |
|
26 | - 'NirjharLo\\WP_Plugin_Framework\\Lib\\Api' => __DIR__ . '/../..' . '/plugin/Lib/Api.php', |
|
27 | - 'NirjharLo\\WP_Plugin_Framework\\Lib\\Cron' => __DIR__ . '/../..' . '/plugin/Lib/Cron.php', |
|
28 | - 'NirjharLo\\WP_Plugin_Framework\\Lib\\Script' => __DIR__ . '/../..' . '/plugin/Lib/Script.php', |
|
29 | - 'NirjharLo\\WP_Plugin_Framework\\Lib\\Table' => __DIR__ . '/../..' . '/plugin/Lib/Table.php', |
|
30 | - 'NirjharLo\\WP_Plugin_Framework\\Lib\\Upload' => __DIR__ . '/../..' . '/plugin/Lib/Upload.php', |
|
31 | - 'NirjharLo\\WP_Plugin_Framework\\PluginLoader' => __DIR__ . '/../..' . '/plugin/PluginLoader.php', |
|
32 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Cpt' => __DIR__ . '/../..' . '/plugin/Src/Cpt.php', |
|
33 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Db' => __DIR__ . '/../..' . '/plugin/Src/Db.php', |
|
34 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Install' => __DIR__ . '/../..' . '/plugin/Src/Install.php', |
|
35 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Metabox' => __DIR__ . '/../..' . '/plugin/Src/Metabox.php', |
|
36 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Query' => __DIR__ . '/../..' . '/plugin/Src/Query.php', |
|
37 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\RestApi' => __DIR__ . '/../..' . '/plugin/Src/RestApi.php', |
|
38 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Settings' => __DIR__ . '/../..' . '/plugin/Src/Settings.php', |
|
39 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Shortcode' => __DIR__ . '/../..' . '/plugin/Src/Shortcode.php', |
|
40 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Widget' => __DIR__ . '/../..' . '/plugin/Src/Widget.php', |
|
41 | - ); |
|
23 | + public static $classMap = array ( |
|
24 | + 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
|
25 | + 'NirjharLo\\WP_Plugin_Framework\\Lib\\Ajax' => __DIR__ . '/../..' . '/plugin/Lib/Ajax.php', |
|
26 | + 'NirjharLo\\WP_Plugin_Framework\\Lib\\Api' => __DIR__ . '/../..' . '/plugin/Lib/Api.php', |
|
27 | + 'NirjharLo\\WP_Plugin_Framework\\Lib\\Cron' => __DIR__ . '/../..' . '/plugin/Lib/Cron.php', |
|
28 | + 'NirjharLo\\WP_Plugin_Framework\\Lib\\Script' => __DIR__ . '/../..' . '/plugin/Lib/Script.php', |
|
29 | + 'NirjharLo\\WP_Plugin_Framework\\Lib\\Table' => __DIR__ . '/../..' . '/plugin/Lib/Table.php', |
|
30 | + 'NirjharLo\\WP_Plugin_Framework\\Lib\\Upload' => __DIR__ . '/../..' . '/plugin/Lib/Upload.php', |
|
31 | + 'NirjharLo\\WP_Plugin_Framework\\PluginLoader' => __DIR__ . '/../..' . '/plugin/PluginLoader.php', |
|
32 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Cpt' => __DIR__ . '/../..' . '/plugin/Src/Cpt.php', |
|
33 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Db' => __DIR__ . '/../..' . '/plugin/Src/Db.php', |
|
34 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Install' => __DIR__ . '/../..' . '/plugin/Src/Install.php', |
|
35 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Metabox' => __DIR__ . '/../..' . '/plugin/Src/Metabox.php', |
|
36 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Query' => __DIR__ . '/../..' . '/plugin/Src/Query.php', |
|
37 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\RestApi' => __DIR__ . '/../..' . '/plugin/Src/RestApi.php', |
|
38 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Settings' => __DIR__ . '/../..' . '/plugin/Src/Settings.php', |
|
39 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Shortcode' => __DIR__ . '/../..' . '/plugin/Src/Shortcode.php', |
|
40 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Widget' => __DIR__ . '/../..' . '/plugin/Src/Widget.php', |
|
41 | + ); |
|
42 | 42 | |
43 | - public static function getInitializer(ClassLoader $loader) |
|
44 | - { |
|
45 | - return \Closure::bind(function () use ($loader) { |
|
46 | - $loader->prefixLengthsPsr4 = ComposerStaticInit3743e829f921e1c1302d19c10846ac46::$prefixLengthsPsr4; |
|
47 | - $loader->prefixDirsPsr4 = ComposerStaticInit3743e829f921e1c1302d19c10846ac46::$prefixDirsPsr4; |
|
48 | - $loader->classMap = ComposerStaticInit3743e829f921e1c1302d19c10846ac46::$classMap; |
|
43 | + public static function getInitializer(ClassLoader $loader) |
|
44 | + { |
|
45 | + return \Closure::bind(function () use ($loader) { |
|
46 | + $loader->prefixLengthsPsr4 = ComposerStaticInit3743e829f921e1c1302d19c10846ac46::$prefixLengthsPsr4; |
|
47 | + $loader->prefixDirsPsr4 = ComposerStaticInit3743e829f921e1c1302d19c10846ac46::$prefixDirsPsr4; |
|
48 | + $loader->classMap = ComposerStaticInit3743e829f921e1c1302d19c10846ac46::$classMap; |
|
49 | 49 | |
50 | - }, null, ClassLoader::class); |
|
51 | - } |
|
50 | + }, null, ClassLoader::class); |
|
51 | + } |
|
52 | 52 | } |
@@ -6,21 +6,21 @@ discard block |
||
6 | 6 | |
7 | 7 | class ComposerStaticInit3743e829f921e1c1302d19c10846ac46 |
8 | 8 | { |
9 | - public static $prefixLengthsPsr4 = array ( |
|
9 | + public static $prefixLengthsPsr4 = array( |
|
10 | 10 | 'N' => |
11 | - array ( |
|
11 | + array( |
|
12 | 12 | 'NirjharLo\\WP_Plugin_Framework\\' => 30, |
13 | 13 | ), |
14 | 14 | ); |
15 | 15 | |
16 | - public static $prefixDirsPsr4 = array ( |
|
16 | + public static $prefixDirsPsr4 = array( |
|
17 | 17 | 'NirjharLo\\WP_Plugin_Framework\\' => |
18 | - array ( |
|
18 | + array( |
|
19 | 19 | 0 => __DIR__ . '/../..' . '/plugin', |
20 | 20 | ), |
21 | 21 | ); |
22 | 22 | |
23 | - public static $classMap = array ( |
|
23 | + public static $classMap = array( |
|
24 | 24 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
25 | 25 | 'NirjharLo\\WP_Plugin_Framework\\Lib\\Ajax' => __DIR__ . '/../..' . '/plugin/Lib/Ajax.php', |
26 | 26 | 'NirjharLo\\WP_Plugin_Framework\\Lib\\Api' => __DIR__ . '/../..' . '/plugin/Lib/Api.php', |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | |
43 | 43 | public static function getInitializer(ClassLoader $loader) |
44 | 44 | { |
45 | - return \Closure::bind(function () use ($loader) { |
|
45 | + return \Closure::bind(function() use ($loader) { |
|
46 | 46 | $loader->prefixLengthsPsr4 = ComposerStaticInit3743e829f921e1c1302d19c10846ac46::$prefixLengthsPsr4; |
47 | 47 | $loader->prefixDirsPsr4 = ComposerStaticInit3743e829f921e1c1302d19c10846ac46::$prefixDirsPsr4; |
48 | 48 | $loader->classMap = ComposerStaticInit3743e829f921e1c1302d19c10846ac46::$classMap; |
@@ -4,54 +4,54 @@ |
||
4 | 4 | |
5 | 5 | class ComposerAutoloaderInit3743e829f921e1c1302d19c10846ac46 |
6 | 6 | { |
7 | - private static $loader; |
|
8 | - |
|
9 | - public static function loadClassLoader($class) |
|
10 | - { |
|
11 | - if ('Composer\Autoload\ClassLoader' === $class) { |
|
12 | - require __DIR__ . '/ClassLoader.php'; |
|
13 | - } |
|
14 | - } |
|
15 | - |
|
16 | - /** |
|
17 | - * @return \Composer\Autoload\ClassLoader |
|
18 | - */ |
|
19 | - public static function getLoader() |
|
20 | - { |
|
21 | - if (null !== self::$loader) { |
|
22 | - return self::$loader; |
|
23 | - } |
|
24 | - |
|
25 | - require __DIR__ . '/platform_check.php'; |
|
26 | - |
|
27 | - spl_autoload_register(array('ComposerAutoloaderInit3743e829f921e1c1302d19c10846ac46', 'loadClassLoader'), true, true); |
|
28 | - self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); |
|
29 | - spl_autoload_unregister(array('ComposerAutoloaderInit3743e829f921e1c1302d19c10846ac46', 'loadClassLoader')); |
|
30 | - |
|
31 | - $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); |
|
32 | - if ($useStaticLoader) { |
|
33 | - require __DIR__ . '/autoload_static.php'; |
|
34 | - |
|
35 | - call_user_func(\Composer\Autoload\ComposerStaticInit3743e829f921e1c1302d19c10846ac46::getInitializer($loader)); |
|
36 | - } else { |
|
37 | - $map = require __DIR__ . '/autoload_namespaces.php'; |
|
38 | - foreach ($map as $namespace => $path) { |
|
39 | - $loader->set($namespace, $path); |
|
40 | - } |
|
41 | - |
|
42 | - $map = require __DIR__ . '/autoload_psr4.php'; |
|
43 | - foreach ($map as $namespace => $path) { |
|
44 | - $loader->setPsr4($namespace, $path); |
|
45 | - } |
|
46 | - |
|
47 | - $classMap = require __DIR__ . '/autoload_classmap.php'; |
|
48 | - if ($classMap) { |
|
49 | - $loader->addClassMap($classMap); |
|
50 | - } |
|
51 | - } |
|
52 | - |
|
53 | - $loader->register(true); |
|
54 | - |
|
55 | - return $loader; |
|
56 | - } |
|
7 | + private static $loader; |
|
8 | + |
|
9 | + public static function loadClassLoader($class) |
|
10 | + { |
|
11 | + if ('Composer\Autoload\ClassLoader' === $class) { |
|
12 | + require __DIR__ . '/ClassLoader.php'; |
|
13 | + } |
|
14 | + } |
|
15 | + |
|
16 | + /** |
|
17 | + * @return \Composer\Autoload\ClassLoader |
|
18 | + */ |
|
19 | + public static function getLoader() |
|
20 | + { |
|
21 | + if (null !== self::$loader) { |
|
22 | + return self::$loader; |
|
23 | + } |
|
24 | + |
|
25 | + require __DIR__ . '/platform_check.php'; |
|
26 | + |
|
27 | + spl_autoload_register(array('ComposerAutoloaderInit3743e829f921e1c1302d19c10846ac46', 'loadClassLoader'), true, true); |
|
28 | + self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); |
|
29 | + spl_autoload_unregister(array('ComposerAutoloaderInit3743e829f921e1c1302d19c10846ac46', 'loadClassLoader')); |
|
30 | + |
|
31 | + $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); |
|
32 | + if ($useStaticLoader) { |
|
33 | + require __DIR__ . '/autoload_static.php'; |
|
34 | + |
|
35 | + call_user_func(\Composer\Autoload\ComposerStaticInit3743e829f921e1c1302d19c10846ac46::getInitializer($loader)); |
|
36 | + } else { |
|
37 | + $map = require __DIR__ . '/autoload_namespaces.php'; |
|
38 | + foreach ($map as $namespace => $path) { |
|
39 | + $loader->set($namespace, $path); |
|
40 | + } |
|
41 | + |
|
42 | + $map = require __DIR__ . '/autoload_psr4.php'; |
|
43 | + foreach ($map as $namespace => $path) { |
|
44 | + $loader->setPsr4($namespace, $path); |
|
45 | + } |
|
46 | + |
|
47 | + $classMap = require __DIR__ . '/autoload_classmap.php'; |
|
48 | + if ($classMap) { |
|
49 | + $loader->addClassMap($classMap); |
|
50 | + } |
|
51 | + } |
|
52 | + |
|
53 | + $loader->register(true); |
|
54 | + |
|
55 | + return $loader; |
|
56 | + } |
|
57 | 57 | } |
@@ -28,7 +28,7 @@ |
||
28 | 28 | self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); |
29 | 29 | spl_autoload_unregister(array('ComposerAutoloaderInit3743e829f921e1c1302d19c10846ac46', 'loadClassLoader')); |
30 | 30 | |
31 | - $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); |
|
31 | + $useStaticLoader = PHP_VERSION_ID >= 50600 && ! defined('HHVM_VERSION') && ( ! function_exists('zend_loader_file_encoded') || ! zend_loader_file_encoded()); |
|
32 | 32 | if ($useStaticLoader) { |
33 | 33 | require __DIR__ . '/autoload_static.php'; |
34 | 34 |
@@ -42,428 +42,428 @@ discard block |
||
42 | 42 | */ |
43 | 43 | class ClassLoader |
44 | 44 | { |
45 | - private $vendorDir; |
|
46 | - |
|
47 | - // PSR-4 |
|
48 | - private $prefixLengthsPsr4 = array(); |
|
49 | - private $prefixDirsPsr4 = array(); |
|
50 | - private $fallbackDirsPsr4 = array(); |
|
51 | - |
|
52 | - // PSR-0 |
|
53 | - private $prefixesPsr0 = array(); |
|
54 | - private $fallbackDirsPsr0 = array(); |
|
55 | - |
|
56 | - private $useIncludePath = false; |
|
57 | - private $classMap = array(); |
|
58 | - private $classMapAuthoritative = false; |
|
59 | - private $missingClasses = array(); |
|
60 | - private $apcuPrefix; |
|
61 | - |
|
62 | - private static $registeredLoaders = array(); |
|
63 | - |
|
64 | - public function __construct($vendorDir = null) |
|
65 | - { |
|
66 | - $this->vendorDir = $vendorDir; |
|
67 | - } |
|
68 | - |
|
69 | - public function getPrefixes() |
|
70 | - { |
|
71 | - if (!empty($this->prefixesPsr0)) { |
|
72 | - return call_user_func_array('array_merge', array_values($this->prefixesPsr0)); |
|
73 | - } |
|
74 | - |
|
75 | - return array(); |
|
76 | - } |
|
77 | - |
|
78 | - public function getPrefixesPsr4() |
|
79 | - { |
|
80 | - return $this->prefixDirsPsr4; |
|
81 | - } |
|
82 | - |
|
83 | - public function getFallbackDirs() |
|
84 | - { |
|
85 | - return $this->fallbackDirsPsr0; |
|
86 | - } |
|
87 | - |
|
88 | - public function getFallbackDirsPsr4() |
|
89 | - { |
|
90 | - return $this->fallbackDirsPsr4; |
|
91 | - } |
|
92 | - |
|
93 | - public function getClassMap() |
|
94 | - { |
|
95 | - return $this->classMap; |
|
96 | - } |
|
97 | - |
|
98 | - /** |
|
99 | - * @param array $classMap Class to filename map |
|
100 | - */ |
|
101 | - public function addClassMap(array $classMap) |
|
102 | - { |
|
103 | - if ($this->classMap) { |
|
104 | - $this->classMap = array_merge($this->classMap, $classMap); |
|
105 | - } else { |
|
106 | - $this->classMap = $classMap; |
|
107 | - } |
|
108 | - } |
|
109 | - |
|
110 | - /** |
|
111 | - * Registers a set of PSR-0 directories for a given prefix, either |
|
112 | - * appending or prepending to the ones previously set for this prefix. |
|
113 | - * |
|
114 | - * @param string $prefix The prefix |
|
115 | - * @param array|string $paths The PSR-0 root directories |
|
116 | - * @param bool $prepend Whether to prepend the directories |
|
117 | - */ |
|
118 | - public function add($prefix, $paths, $prepend = false) |
|
119 | - { |
|
120 | - if (!$prefix) { |
|
121 | - if ($prepend) { |
|
122 | - $this->fallbackDirsPsr0 = array_merge( |
|
123 | - (array) $paths, |
|
124 | - $this->fallbackDirsPsr0 |
|
125 | - ); |
|
126 | - } else { |
|
127 | - $this->fallbackDirsPsr0 = array_merge( |
|
128 | - $this->fallbackDirsPsr0, |
|
129 | - (array) $paths |
|
130 | - ); |
|
131 | - } |
|
132 | - |
|
133 | - return; |
|
134 | - } |
|
135 | - |
|
136 | - $first = $prefix[0]; |
|
137 | - if (!isset($this->prefixesPsr0[$first][$prefix])) { |
|
138 | - $this->prefixesPsr0[$first][$prefix] = (array) $paths; |
|
139 | - |
|
140 | - return; |
|
141 | - } |
|
142 | - if ($prepend) { |
|
143 | - $this->prefixesPsr0[$first][$prefix] = array_merge( |
|
144 | - (array) $paths, |
|
145 | - $this->prefixesPsr0[$first][$prefix] |
|
146 | - ); |
|
147 | - } else { |
|
148 | - $this->prefixesPsr0[$first][$prefix] = array_merge( |
|
149 | - $this->prefixesPsr0[$first][$prefix], |
|
150 | - (array) $paths |
|
151 | - ); |
|
152 | - } |
|
153 | - } |
|
154 | - |
|
155 | - /** |
|
156 | - * Registers a set of PSR-4 directories for a given namespace, either |
|
157 | - * appending or prepending to the ones previously set for this namespace. |
|
158 | - * |
|
159 | - * @param string $prefix The prefix/namespace, with trailing '\\' |
|
160 | - * @param array|string $paths The PSR-4 base directories |
|
161 | - * @param bool $prepend Whether to prepend the directories |
|
162 | - * |
|
163 | - * @throws \InvalidArgumentException |
|
164 | - */ |
|
165 | - public function addPsr4($prefix, $paths, $prepend = false) |
|
166 | - { |
|
167 | - if (!$prefix) { |
|
168 | - // Register directories for the root namespace. |
|
169 | - if ($prepend) { |
|
170 | - $this->fallbackDirsPsr4 = array_merge( |
|
171 | - (array) $paths, |
|
172 | - $this->fallbackDirsPsr4 |
|
173 | - ); |
|
174 | - } else { |
|
175 | - $this->fallbackDirsPsr4 = array_merge( |
|
176 | - $this->fallbackDirsPsr4, |
|
177 | - (array) $paths |
|
178 | - ); |
|
179 | - } |
|
180 | - } elseif (!isset($this->prefixDirsPsr4[$prefix])) { |
|
181 | - // Register directories for a new namespace. |
|
182 | - $length = strlen($prefix); |
|
183 | - if ('\\' !== $prefix[$length - 1]) { |
|
184 | - throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); |
|
185 | - } |
|
186 | - $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; |
|
187 | - $this->prefixDirsPsr4[$prefix] = (array) $paths; |
|
188 | - } elseif ($prepend) { |
|
189 | - // Prepend directories for an already registered namespace. |
|
190 | - $this->prefixDirsPsr4[$prefix] = array_merge( |
|
191 | - (array) $paths, |
|
192 | - $this->prefixDirsPsr4[$prefix] |
|
193 | - ); |
|
194 | - } else { |
|
195 | - // Append directories for an already registered namespace. |
|
196 | - $this->prefixDirsPsr4[$prefix] = array_merge( |
|
197 | - $this->prefixDirsPsr4[$prefix], |
|
198 | - (array) $paths |
|
199 | - ); |
|
200 | - } |
|
201 | - } |
|
202 | - |
|
203 | - /** |
|
204 | - * Registers a set of PSR-0 directories for a given prefix, |
|
205 | - * replacing any others previously set for this prefix. |
|
206 | - * |
|
207 | - * @param string $prefix The prefix |
|
208 | - * @param array|string $paths The PSR-0 base directories |
|
209 | - */ |
|
210 | - public function set($prefix, $paths) |
|
211 | - { |
|
212 | - if (!$prefix) { |
|
213 | - $this->fallbackDirsPsr0 = (array) $paths; |
|
214 | - } else { |
|
215 | - $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths; |
|
216 | - } |
|
217 | - } |
|
218 | - |
|
219 | - /** |
|
220 | - * Registers a set of PSR-4 directories for a given namespace, |
|
221 | - * replacing any others previously set for this namespace. |
|
222 | - * |
|
223 | - * @param string $prefix The prefix/namespace, with trailing '\\' |
|
224 | - * @param array|string $paths The PSR-4 base directories |
|
225 | - * |
|
226 | - * @throws \InvalidArgumentException |
|
227 | - */ |
|
228 | - public function setPsr4($prefix, $paths) |
|
229 | - { |
|
230 | - if (!$prefix) { |
|
231 | - $this->fallbackDirsPsr4 = (array) $paths; |
|
232 | - } else { |
|
233 | - $length = strlen($prefix); |
|
234 | - if ('\\' !== $prefix[$length - 1]) { |
|
235 | - throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); |
|
236 | - } |
|
237 | - $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; |
|
238 | - $this->prefixDirsPsr4[$prefix] = (array) $paths; |
|
239 | - } |
|
240 | - } |
|
241 | - |
|
242 | - /** |
|
243 | - * Turns on searching the include path for class files. |
|
244 | - * |
|
245 | - * @param bool $useIncludePath |
|
246 | - */ |
|
247 | - public function setUseIncludePath($useIncludePath) |
|
248 | - { |
|
249 | - $this->useIncludePath = $useIncludePath; |
|
250 | - } |
|
251 | - |
|
252 | - /** |
|
253 | - * Can be used to check if the autoloader uses the include path to check |
|
254 | - * for classes. |
|
255 | - * |
|
256 | - * @return bool |
|
257 | - */ |
|
258 | - public function getUseIncludePath() |
|
259 | - { |
|
260 | - return $this->useIncludePath; |
|
261 | - } |
|
262 | - |
|
263 | - /** |
|
264 | - * Turns off searching the prefix and fallback directories for classes |
|
265 | - * that have not been registered with the class map. |
|
266 | - * |
|
267 | - * @param bool $classMapAuthoritative |
|
268 | - */ |
|
269 | - public function setClassMapAuthoritative($classMapAuthoritative) |
|
270 | - { |
|
271 | - $this->classMapAuthoritative = $classMapAuthoritative; |
|
272 | - } |
|
273 | - |
|
274 | - /** |
|
275 | - * Should class lookup fail if not found in the current class map? |
|
276 | - * |
|
277 | - * @return bool |
|
278 | - */ |
|
279 | - public function isClassMapAuthoritative() |
|
280 | - { |
|
281 | - return $this->classMapAuthoritative; |
|
282 | - } |
|
283 | - |
|
284 | - /** |
|
285 | - * APCu prefix to use to cache found/not-found classes, if the extension is enabled. |
|
286 | - * |
|
287 | - * @param string|null $apcuPrefix |
|
288 | - */ |
|
289 | - public function setApcuPrefix($apcuPrefix) |
|
290 | - { |
|
291 | - $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null; |
|
292 | - } |
|
293 | - |
|
294 | - /** |
|
295 | - * The APCu prefix in use, or null if APCu caching is not enabled. |
|
296 | - * |
|
297 | - * @return string|null |
|
298 | - */ |
|
299 | - public function getApcuPrefix() |
|
300 | - { |
|
301 | - return $this->apcuPrefix; |
|
302 | - } |
|
303 | - |
|
304 | - /** |
|
305 | - * Registers this instance as an autoloader. |
|
306 | - * |
|
307 | - * @param bool $prepend Whether to prepend the autoloader or not |
|
308 | - */ |
|
309 | - public function register($prepend = false) |
|
310 | - { |
|
311 | - spl_autoload_register(array($this, 'loadClass'), true, $prepend); |
|
312 | - |
|
313 | - if (null === $this->vendorDir) { |
|
314 | - //no-op |
|
315 | - } elseif ($prepend) { |
|
316 | - self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders; |
|
317 | - } else { |
|
318 | - unset(self::$registeredLoaders[$this->vendorDir]); |
|
319 | - self::$registeredLoaders[$this->vendorDir] = $this; |
|
320 | - } |
|
321 | - } |
|
322 | - |
|
323 | - /** |
|
324 | - * Unregisters this instance as an autoloader. |
|
325 | - */ |
|
326 | - public function unregister() |
|
327 | - { |
|
328 | - spl_autoload_unregister(array($this, 'loadClass')); |
|
329 | - |
|
330 | - if (null !== $this->vendorDir) { |
|
331 | - unset(self::$registeredLoaders[$this->vendorDir]); |
|
332 | - } |
|
333 | - } |
|
334 | - |
|
335 | - /** |
|
336 | - * Loads the given class or interface. |
|
337 | - * |
|
338 | - * @param string $class The name of the class |
|
339 | - * @return bool|null True if loaded, null otherwise |
|
340 | - */ |
|
341 | - public function loadClass($class) |
|
342 | - { |
|
343 | - if ($file = $this->findFile($class)) { |
|
344 | - includeFile($file); |
|
345 | - |
|
346 | - return true; |
|
347 | - } |
|
348 | - } |
|
349 | - |
|
350 | - /** |
|
351 | - * Finds the path to the file where the class is defined. |
|
352 | - * |
|
353 | - * @param string $class The name of the class |
|
354 | - * |
|
355 | - * @return string|false The path if found, false otherwise |
|
356 | - */ |
|
357 | - public function findFile($class) |
|
358 | - { |
|
359 | - // class map lookup |
|
360 | - if (isset($this->classMap[$class])) { |
|
361 | - return $this->classMap[$class]; |
|
362 | - } |
|
363 | - if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) { |
|
364 | - return false; |
|
365 | - } |
|
366 | - if (null !== $this->apcuPrefix) { |
|
367 | - $file = apcu_fetch($this->apcuPrefix.$class, $hit); |
|
368 | - if ($hit) { |
|
369 | - return $file; |
|
370 | - } |
|
371 | - } |
|
372 | - |
|
373 | - $file = $this->findFileWithExtension($class, '.php'); |
|
374 | - |
|
375 | - // Search for Hack files if we are running on HHVM |
|
376 | - if (false === $file && defined('HHVM_VERSION')) { |
|
377 | - $file = $this->findFileWithExtension($class, '.hh'); |
|
378 | - } |
|
379 | - |
|
380 | - if (null !== $this->apcuPrefix) { |
|
381 | - apcu_add($this->apcuPrefix.$class, $file); |
|
382 | - } |
|
383 | - |
|
384 | - if (false === $file) { |
|
385 | - // Remember that this class does not exist. |
|
386 | - $this->missingClasses[$class] = true; |
|
387 | - } |
|
388 | - |
|
389 | - return $file; |
|
390 | - } |
|
391 | - |
|
392 | - /** |
|
393 | - * Returns the currently registered loaders indexed by their corresponding vendor directories. |
|
394 | - * |
|
395 | - * @return self[] |
|
396 | - */ |
|
397 | - public static function getRegisteredLoaders() |
|
398 | - { |
|
399 | - return self::$registeredLoaders; |
|
400 | - } |
|
401 | - |
|
402 | - private function findFileWithExtension($class, $ext) |
|
403 | - { |
|
404 | - // PSR-4 lookup |
|
405 | - $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext; |
|
406 | - |
|
407 | - $first = $class[0]; |
|
408 | - if (isset($this->prefixLengthsPsr4[$first])) { |
|
409 | - $subPath = $class; |
|
410 | - while (false !== $lastPos = strrpos($subPath, '\\')) { |
|
411 | - $subPath = substr($subPath, 0, $lastPos); |
|
412 | - $search = $subPath . '\\'; |
|
413 | - if (isset($this->prefixDirsPsr4[$search])) { |
|
414 | - $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1); |
|
415 | - foreach ($this->prefixDirsPsr4[$search] as $dir) { |
|
416 | - if (file_exists($file = $dir . $pathEnd)) { |
|
417 | - return $file; |
|
418 | - } |
|
419 | - } |
|
420 | - } |
|
421 | - } |
|
422 | - } |
|
423 | - |
|
424 | - // PSR-4 fallback dirs |
|
425 | - foreach ($this->fallbackDirsPsr4 as $dir) { |
|
426 | - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) { |
|
427 | - return $file; |
|
428 | - } |
|
429 | - } |
|
430 | - |
|
431 | - // PSR-0 lookup |
|
432 | - if (false !== $pos = strrpos($class, '\\')) { |
|
433 | - // namespaced class name |
|
434 | - $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1) |
|
435 | - . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR); |
|
436 | - } else { |
|
437 | - // PEAR-like class name |
|
438 | - $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext; |
|
439 | - } |
|
440 | - |
|
441 | - if (isset($this->prefixesPsr0[$first])) { |
|
442 | - foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) { |
|
443 | - if (0 === strpos($class, $prefix)) { |
|
444 | - foreach ($dirs as $dir) { |
|
445 | - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { |
|
446 | - return $file; |
|
447 | - } |
|
448 | - } |
|
449 | - } |
|
450 | - } |
|
451 | - } |
|
452 | - |
|
453 | - // PSR-0 fallback dirs |
|
454 | - foreach ($this->fallbackDirsPsr0 as $dir) { |
|
455 | - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { |
|
456 | - return $file; |
|
457 | - } |
|
458 | - } |
|
459 | - |
|
460 | - // PSR-0 include paths. |
|
461 | - if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) { |
|
462 | - return $file; |
|
463 | - } |
|
464 | - |
|
465 | - return false; |
|
466 | - } |
|
45 | + private $vendorDir; |
|
46 | + |
|
47 | + // PSR-4 |
|
48 | + private $prefixLengthsPsr4 = array(); |
|
49 | + private $prefixDirsPsr4 = array(); |
|
50 | + private $fallbackDirsPsr4 = array(); |
|
51 | + |
|
52 | + // PSR-0 |
|
53 | + private $prefixesPsr0 = array(); |
|
54 | + private $fallbackDirsPsr0 = array(); |
|
55 | + |
|
56 | + private $useIncludePath = false; |
|
57 | + private $classMap = array(); |
|
58 | + private $classMapAuthoritative = false; |
|
59 | + private $missingClasses = array(); |
|
60 | + private $apcuPrefix; |
|
61 | + |
|
62 | + private static $registeredLoaders = array(); |
|
63 | + |
|
64 | + public function __construct($vendorDir = null) |
|
65 | + { |
|
66 | + $this->vendorDir = $vendorDir; |
|
67 | + } |
|
68 | + |
|
69 | + public function getPrefixes() |
|
70 | + { |
|
71 | + if (!empty($this->prefixesPsr0)) { |
|
72 | + return call_user_func_array('array_merge', array_values($this->prefixesPsr0)); |
|
73 | + } |
|
74 | + |
|
75 | + return array(); |
|
76 | + } |
|
77 | + |
|
78 | + public function getPrefixesPsr4() |
|
79 | + { |
|
80 | + return $this->prefixDirsPsr4; |
|
81 | + } |
|
82 | + |
|
83 | + public function getFallbackDirs() |
|
84 | + { |
|
85 | + return $this->fallbackDirsPsr0; |
|
86 | + } |
|
87 | + |
|
88 | + public function getFallbackDirsPsr4() |
|
89 | + { |
|
90 | + return $this->fallbackDirsPsr4; |
|
91 | + } |
|
92 | + |
|
93 | + public function getClassMap() |
|
94 | + { |
|
95 | + return $this->classMap; |
|
96 | + } |
|
97 | + |
|
98 | + /** |
|
99 | + * @param array $classMap Class to filename map |
|
100 | + */ |
|
101 | + public function addClassMap(array $classMap) |
|
102 | + { |
|
103 | + if ($this->classMap) { |
|
104 | + $this->classMap = array_merge($this->classMap, $classMap); |
|
105 | + } else { |
|
106 | + $this->classMap = $classMap; |
|
107 | + } |
|
108 | + } |
|
109 | + |
|
110 | + /** |
|
111 | + * Registers a set of PSR-0 directories for a given prefix, either |
|
112 | + * appending or prepending to the ones previously set for this prefix. |
|
113 | + * |
|
114 | + * @param string $prefix The prefix |
|
115 | + * @param array|string $paths The PSR-0 root directories |
|
116 | + * @param bool $prepend Whether to prepend the directories |
|
117 | + */ |
|
118 | + public function add($prefix, $paths, $prepend = false) |
|
119 | + { |
|
120 | + if (!$prefix) { |
|
121 | + if ($prepend) { |
|
122 | + $this->fallbackDirsPsr0 = array_merge( |
|
123 | + (array) $paths, |
|
124 | + $this->fallbackDirsPsr0 |
|
125 | + ); |
|
126 | + } else { |
|
127 | + $this->fallbackDirsPsr0 = array_merge( |
|
128 | + $this->fallbackDirsPsr0, |
|
129 | + (array) $paths |
|
130 | + ); |
|
131 | + } |
|
132 | + |
|
133 | + return; |
|
134 | + } |
|
135 | + |
|
136 | + $first = $prefix[0]; |
|
137 | + if (!isset($this->prefixesPsr0[$first][$prefix])) { |
|
138 | + $this->prefixesPsr0[$first][$prefix] = (array) $paths; |
|
139 | + |
|
140 | + return; |
|
141 | + } |
|
142 | + if ($prepend) { |
|
143 | + $this->prefixesPsr0[$first][$prefix] = array_merge( |
|
144 | + (array) $paths, |
|
145 | + $this->prefixesPsr0[$first][$prefix] |
|
146 | + ); |
|
147 | + } else { |
|
148 | + $this->prefixesPsr0[$first][$prefix] = array_merge( |
|
149 | + $this->prefixesPsr0[$first][$prefix], |
|
150 | + (array) $paths |
|
151 | + ); |
|
152 | + } |
|
153 | + } |
|
154 | + |
|
155 | + /** |
|
156 | + * Registers a set of PSR-4 directories for a given namespace, either |
|
157 | + * appending or prepending to the ones previously set for this namespace. |
|
158 | + * |
|
159 | + * @param string $prefix The prefix/namespace, with trailing '\\' |
|
160 | + * @param array|string $paths The PSR-4 base directories |
|
161 | + * @param bool $prepend Whether to prepend the directories |
|
162 | + * |
|
163 | + * @throws \InvalidArgumentException |
|
164 | + */ |
|
165 | + public function addPsr4($prefix, $paths, $prepend = false) |
|
166 | + { |
|
167 | + if (!$prefix) { |
|
168 | + // Register directories for the root namespace. |
|
169 | + if ($prepend) { |
|
170 | + $this->fallbackDirsPsr4 = array_merge( |
|
171 | + (array) $paths, |
|
172 | + $this->fallbackDirsPsr4 |
|
173 | + ); |
|
174 | + } else { |
|
175 | + $this->fallbackDirsPsr4 = array_merge( |
|
176 | + $this->fallbackDirsPsr4, |
|
177 | + (array) $paths |
|
178 | + ); |
|
179 | + } |
|
180 | + } elseif (!isset($this->prefixDirsPsr4[$prefix])) { |
|
181 | + // Register directories for a new namespace. |
|
182 | + $length = strlen($prefix); |
|
183 | + if ('\\' !== $prefix[$length - 1]) { |
|
184 | + throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); |
|
185 | + } |
|
186 | + $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; |
|
187 | + $this->prefixDirsPsr4[$prefix] = (array) $paths; |
|
188 | + } elseif ($prepend) { |
|
189 | + // Prepend directories for an already registered namespace. |
|
190 | + $this->prefixDirsPsr4[$prefix] = array_merge( |
|
191 | + (array) $paths, |
|
192 | + $this->prefixDirsPsr4[$prefix] |
|
193 | + ); |
|
194 | + } else { |
|
195 | + // Append directories for an already registered namespace. |
|
196 | + $this->prefixDirsPsr4[$prefix] = array_merge( |
|
197 | + $this->prefixDirsPsr4[$prefix], |
|
198 | + (array) $paths |
|
199 | + ); |
|
200 | + } |
|
201 | + } |
|
202 | + |
|
203 | + /** |
|
204 | + * Registers a set of PSR-0 directories for a given prefix, |
|
205 | + * replacing any others previously set for this prefix. |
|
206 | + * |
|
207 | + * @param string $prefix The prefix |
|
208 | + * @param array|string $paths The PSR-0 base directories |
|
209 | + */ |
|
210 | + public function set($prefix, $paths) |
|
211 | + { |
|
212 | + if (!$prefix) { |
|
213 | + $this->fallbackDirsPsr0 = (array) $paths; |
|
214 | + } else { |
|
215 | + $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths; |
|
216 | + } |
|
217 | + } |
|
218 | + |
|
219 | + /** |
|
220 | + * Registers a set of PSR-4 directories for a given namespace, |
|
221 | + * replacing any others previously set for this namespace. |
|
222 | + * |
|
223 | + * @param string $prefix The prefix/namespace, with trailing '\\' |
|
224 | + * @param array|string $paths The PSR-4 base directories |
|
225 | + * |
|
226 | + * @throws \InvalidArgumentException |
|
227 | + */ |
|
228 | + public function setPsr4($prefix, $paths) |
|
229 | + { |
|
230 | + if (!$prefix) { |
|
231 | + $this->fallbackDirsPsr4 = (array) $paths; |
|
232 | + } else { |
|
233 | + $length = strlen($prefix); |
|
234 | + if ('\\' !== $prefix[$length - 1]) { |
|
235 | + throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); |
|
236 | + } |
|
237 | + $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; |
|
238 | + $this->prefixDirsPsr4[$prefix] = (array) $paths; |
|
239 | + } |
|
240 | + } |
|
241 | + |
|
242 | + /** |
|
243 | + * Turns on searching the include path for class files. |
|
244 | + * |
|
245 | + * @param bool $useIncludePath |
|
246 | + */ |
|
247 | + public function setUseIncludePath($useIncludePath) |
|
248 | + { |
|
249 | + $this->useIncludePath = $useIncludePath; |
|
250 | + } |
|
251 | + |
|
252 | + /** |
|
253 | + * Can be used to check if the autoloader uses the include path to check |
|
254 | + * for classes. |
|
255 | + * |
|
256 | + * @return bool |
|
257 | + */ |
|
258 | + public function getUseIncludePath() |
|
259 | + { |
|
260 | + return $this->useIncludePath; |
|
261 | + } |
|
262 | + |
|
263 | + /** |
|
264 | + * Turns off searching the prefix and fallback directories for classes |
|
265 | + * that have not been registered with the class map. |
|
266 | + * |
|
267 | + * @param bool $classMapAuthoritative |
|
268 | + */ |
|
269 | + public function setClassMapAuthoritative($classMapAuthoritative) |
|
270 | + { |
|
271 | + $this->classMapAuthoritative = $classMapAuthoritative; |
|
272 | + } |
|
273 | + |
|
274 | + /** |
|
275 | + * Should class lookup fail if not found in the current class map? |
|
276 | + * |
|
277 | + * @return bool |
|
278 | + */ |
|
279 | + public function isClassMapAuthoritative() |
|
280 | + { |
|
281 | + return $this->classMapAuthoritative; |
|
282 | + } |
|
283 | + |
|
284 | + /** |
|
285 | + * APCu prefix to use to cache found/not-found classes, if the extension is enabled. |
|
286 | + * |
|
287 | + * @param string|null $apcuPrefix |
|
288 | + */ |
|
289 | + public function setApcuPrefix($apcuPrefix) |
|
290 | + { |
|
291 | + $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null; |
|
292 | + } |
|
293 | + |
|
294 | + /** |
|
295 | + * The APCu prefix in use, or null if APCu caching is not enabled. |
|
296 | + * |
|
297 | + * @return string|null |
|
298 | + */ |
|
299 | + public function getApcuPrefix() |
|
300 | + { |
|
301 | + return $this->apcuPrefix; |
|
302 | + } |
|
303 | + |
|
304 | + /** |
|
305 | + * Registers this instance as an autoloader. |
|
306 | + * |
|
307 | + * @param bool $prepend Whether to prepend the autoloader or not |
|
308 | + */ |
|
309 | + public function register($prepend = false) |
|
310 | + { |
|
311 | + spl_autoload_register(array($this, 'loadClass'), true, $prepend); |
|
312 | + |
|
313 | + if (null === $this->vendorDir) { |
|
314 | + //no-op |
|
315 | + } elseif ($prepend) { |
|
316 | + self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders; |
|
317 | + } else { |
|
318 | + unset(self::$registeredLoaders[$this->vendorDir]); |
|
319 | + self::$registeredLoaders[$this->vendorDir] = $this; |
|
320 | + } |
|
321 | + } |
|
322 | + |
|
323 | + /** |
|
324 | + * Unregisters this instance as an autoloader. |
|
325 | + */ |
|
326 | + public function unregister() |
|
327 | + { |
|
328 | + spl_autoload_unregister(array($this, 'loadClass')); |
|
329 | + |
|
330 | + if (null !== $this->vendorDir) { |
|
331 | + unset(self::$registeredLoaders[$this->vendorDir]); |
|
332 | + } |
|
333 | + } |
|
334 | + |
|
335 | + /** |
|
336 | + * Loads the given class or interface. |
|
337 | + * |
|
338 | + * @param string $class The name of the class |
|
339 | + * @return bool|null True if loaded, null otherwise |
|
340 | + */ |
|
341 | + public function loadClass($class) |
|
342 | + { |
|
343 | + if ($file = $this->findFile($class)) { |
|
344 | + includeFile($file); |
|
345 | + |
|
346 | + return true; |
|
347 | + } |
|
348 | + } |
|
349 | + |
|
350 | + /** |
|
351 | + * Finds the path to the file where the class is defined. |
|
352 | + * |
|
353 | + * @param string $class The name of the class |
|
354 | + * |
|
355 | + * @return string|false The path if found, false otherwise |
|
356 | + */ |
|
357 | + public function findFile($class) |
|
358 | + { |
|
359 | + // class map lookup |
|
360 | + if (isset($this->classMap[$class])) { |
|
361 | + return $this->classMap[$class]; |
|
362 | + } |
|
363 | + if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) { |
|
364 | + return false; |
|
365 | + } |
|
366 | + if (null !== $this->apcuPrefix) { |
|
367 | + $file = apcu_fetch($this->apcuPrefix.$class, $hit); |
|
368 | + if ($hit) { |
|
369 | + return $file; |
|
370 | + } |
|
371 | + } |
|
372 | + |
|
373 | + $file = $this->findFileWithExtension($class, '.php'); |
|
374 | + |
|
375 | + // Search for Hack files if we are running on HHVM |
|
376 | + if (false === $file && defined('HHVM_VERSION')) { |
|
377 | + $file = $this->findFileWithExtension($class, '.hh'); |
|
378 | + } |
|
379 | + |
|
380 | + if (null !== $this->apcuPrefix) { |
|
381 | + apcu_add($this->apcuPrefix.$class, $file); |
|
382 | + } |
|
383 | + |
|
384 | + if (false === $file) { |
|
385 | + // Remember that this class does not exist. |
|
386 | + $this->missingClasses[$class] = true; |
|
387 | + } |
|
388 | + |
|
389 | + return $file; |
|
390 | + } |
|
391 | + |
|
392 | + /** |
|
393 | + * Returns the currently registered loaders indexed by their corresponding vendor directories. |
|
394 | + * |
|
395 | + * @return self[] |
|
396 | + */ |
|
397 | + public static function getRegisteredLoaders() |
|
398 | + { |
|
399 | + return self::$registeredLoaders; |
|
400 | + } |
|
401 | + |
|
402 | + private function findFileWithExtension($class, $ext) |
|
403 | + { |
|
404 | + // PSR-4 lookup |
|
405 | + $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext; |
|
406 | + |
|
407 | + $first = $class[0]; |
|
408 | + if (isset($this->prefixLengthsPsr4[$first])) { |
|
409 | + $subPath = $class; |
|
410 | + while (false !== $lastPos = strrpos($subPath, '\\')) { |
|
411 | + $subPath = substr($subPath, 0, $lastPos); |
|
412 | + $search = $subPath . '\\'; |
|
413 | + if (isset($this->prefixDirsPsr4[$search])) { |
|
414 | + $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1); |
|
415 | + foreach ($this->prefixDirsPsr4[$search] as $dir) { |
|
416 | + if (file_exists($file = $dir . $pathEnd)) { |
|
417 | + return $file; |
|
418 | + } |
|
419 | + } |
|
420 | + } |
|
421 | + } |
|
422 | + } |
|
423 | + |
|
424 | + // PSR-4 fallback dirs |
|
425 | + foreach ($this->fallbackDirsPsr4 as $dir) { |
|
426 | + if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) { |
|
427 | + return $file; |
|
428 | + } |
|
429 | + } |
|
430 | + |
|
431 | + // PSR-0 lookup |
|
432 | + if (false !== $pos = strrpos($class, '\\')) { |
|
433 | + // namespaced class name |
|
434 | + $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1) |
|
435 | + . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR); |
|
436 | + } else { |
|
437 | + // PEAR-like class name |
|
438 | + $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext; |
|
439 | + } |
|
440 | + |
|
441 | + if (isset($this->prefixesPsr0[$first])) { |
|
442 | + foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) { |
|
443 | + if (0 === strpos($class, $prefix)) { |
|
444 | + foreach ($dirs as $dir) { |
|
445 | + if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { |
|
446 | + return $file; |
|
447 | + } |
|
448 | + } |
|
449 | + } |
|
450 | + } |
|
451 | + } |
|
452 | + |
|
453 | + // PSR-0 fallback dirs |
|
454 | + foreach ($this->fallbackDirsPsr0 as $dir) { |
|
455 | + if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { |
|
456 | + return $file; |
|
457 | + } |
|
458 | + } |
|
459 | + |
|
460 | + // PSR-0 include paths. |
|
461 | + if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) { |
|
462 | + return $file; |
|
463 | + } |
|
464 | + |
|
465 | + return false; |
|
466 | + } |
|
467 | 467 | } |
468 | 468 | |
469 | 469 | /** |
@@ -473,5 +473,5 @@ discard block |
||
473 | 473 | */ |
474 | 474 | function includeFile($file) |
475 | 475 | { |
476 | - include $file; |
|
476 | + include $file; |
|
477 | 477 | } |
@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | |
69 | 69 | public function getPrefixes() |
70 | 70 | { |
71 | - if (!empty($this->prefixesPsr0)) { |
|
71 | + if ( ! empty($this->prefixesPsr0)) { |
|
72 | 72 | return call_user_func_array('array_merge', array_values($this->prefixesPsr0)); |
73 | 73 | } |
74 | 74 | |
@@ -117,7 +117,7 @@ discard block |
||
117 | 117 | */ |
118 | 118 | public function add($prefix, $paths, $prepend = false) |
119 | 119 | { |
120 | - if (!$prefix) { |
|
120 | + if ( ! $prefix) { |
|
121 | 121 | if ($prepend) { |
122 | 122 | $this->fallbackDirsPsr0 = array_merge( |
123 | 123 | (array) $paths, |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | } |
135 | 135 | |
136 | 136 | $first = $prefix[0]; |
137 | - if (!isset($this->prefixesPsr0[$first][$prefix])) { |
|
137 | + if ( ! isset($this->prefixesPsr0[$first][$prefix])) { |
|
138 | 138 | $this->prefixesPsr0[$first][$prefix] = (array) $paths; |
139 | 139 | |
140 | 140 | return; |
@@ -164,7 +164,7 @@ discard block |
||
164 | 164 | */ |
165 | 165 | public function addPsr4($prefix, $paths, $prepend = false) |
166 | 166 | { |
167 | - if (!$prefix) { |
|
167 | + if ( ! $prefix) { |
|
168 | 168 | // Register directories for the root namespace. |
169 | 169 | if ($prepend) { |
170 | 170 | $this->fallbackDirsPsr4 = array_merge( |
@@ -177,7 +177,7 @@ discard block |
||
177 | 177 | (array) $paths |
178 | 178 | ); |
179 | 179 | } |
180 | - } elseif (!isset($this->prefixDirsPsr4[$prefix])) { |
|
180 | + } elseif ( ! isset($this->prefixDirsPsr4[$prefix])) { |
|
181 | 181 | // Register directories for a new namespace. |
182 | 182 | $length = strlen($prefix); |
183 | 183 | if ('\\' !== $prefix[$length - 1]) { |
@@ -209,7 +209,7 @@ discard block |
||
209 | 209 | */ |
210 | 210 | public function set($prefix, $paths) |
211 | 211 | { |
212 | - if (!$prefix) { |
|
212 | + if ( ! $prefix) { |
|
213 | 213 | $this->fallbackDirsPsr0 = (array) $paths; |
214 | 214 | } else { |
215 | 215 | $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths; |
@@ -227,7 +227,7 @@ discard block |
||
227 | 227 | */ |
228 | 228 | public function setPsr4($prefix, $paths) |
229 | 229 | { |
230 | - if (!$prefix) { |
|
230 | + if ( ! $prefix) { |
|
231 | 231 | $this->fallbackDirsPsr4 = (array) $paths; |
232 | 232 | } else { |
233 | 233 | $length = strlen($prefix); |
@@ -364,7 +364,7 @@ discard block |
||
364 | 364 | return false; |
365 | 365 | } |
366 | 366 | if (null !== $this->apcuPrefix) { |
367 | - $file = apcu_fetch($this->apcuPrefix.$class, $hit); |
|
367 | + $file = apcu_fetch($this->apcuPrefix . $class, $hit); |
|
368 | 368 | if ($hit) { |
369 | 369 | return $file; |
370 | 370 | } |
@@ -378,7 +378,7 @@ discard block |
||
378 | 378 | } |
379 | 379 | |
380 | 380 | if (null !== $this->apcuPrefix) { |
381 | - apcu_add($this->apcuPrefix.$class, $file); |
|
381 | + apcu_add($this->apcuPrefix . $class, $file); |
|
382 | 382 | } |
383 | 383 | |
384 | 384 | if (false === $file) { |
@@ -6,5 +6,5 @@ |
||
6 | 6 | $baseDir = dirname($vendorDir); |
7 | 7 | |
8 | 8 | return array( |
9 | - 'NirjharLo\\WP_Plugin_Framework\\' => array($baseDir . '/plugin'), |
|
9 | + 'NirjharLo\\WP_Plugin_Framework\\' => array($baseDir . '/plugin'), |
|
10 | 10 | ); |
@@ -6,21 +6,21 @@ |
||
6 | 6 | $baseDir = dirname($vendorDir); |
7 | 7 | |
8 | 8 | return array( |
9 | - 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
|
10 | - 'NirjharLo\\WP_Plugin_Framework\\Lib\\Ajax' => $baseDir . '/plugin/Lib/Ajax.php', |
|
11 | - 'NirjharLo\\WP_Plugin_Framework\\Lib\\Api' => $baseDir . '/plugin/Lib/Api.php', |
|
12 | - 'NirjharLo\\WP_Plugin_Framework\\Lib\\Cron' => $baseDir . '/plugin/Lib/Cron.php', |
|
13 | - 'NirjharLo\\WP_Plugin_Framework\\Lib\\Script' => $baseDir . '/plugin/Lib/Script.php', |
|
14 | - 'NirjharLo\\WP_Plugin_Framework\\Lib\\Table' => $baseDir . '/plugin/Lib/Table.php', |
|
15 | - 'NirjharLo\\WP_Plugin_Framework\\Lib\\Upload' => $baseDir . '/plugin/Lib/Upload.php', |
|
16 | - 'NirjharLo\\WP_Plugin_Framework\\PluginLoader' => $baseDir . '/plugin/PluginLoader.php', |
|
17 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Cpt' => $baseDir . '/plugin/Src/Cpt.php', |
|
18 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Db' => $baseDir . '/plugin/Src/Db.php', |
|
19 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Install' => $baseDir . '/plugin/Src/Install.php', |
|
20 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Metabox' => $baseDir . '/plugin/Src/Metabox.php', |
|
21 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Query' => $baseDir . '/plugin/Src/Query.php', |
|
22 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\RestApi' => $baseDir . '/plugin/Src/RestApi.php', |
|
23 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Settings' => $baseDir . '/plugin/Src/Settings.php', |
|
24 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Shortcode' => $baseDir . '/plugin/Src/Shortcode.php', |
|
25 | - 'NirjharLo\\WP_Plugin_Framework\\Src\\Widget' => $baseDir . '/plugin/Src/Widget.php', |
|
9 | + 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
|
10 | + 'NirjharLo\\WP_Plugin_Framework\\Lib\\Ajax' => $baseDir . '/plugin/Lib/Ajax.php', |
|
11 | + 'NirjharLo\\WP_Plugin_Framework\\Lib\\Api' => $baseDir . '/plugin/Lib/Api.php', |
|
12 | + 'NirjharLo\\WP_Plugin_Framework\\Lib\\Cron' => $baseDir . '/plugin/Lib/Cron.php', |
|
13 | + 'NirjharLo\\WP_Plugin_Framework\\Lib\\Script' => $baseDir . '/plugin/Lib/Script.php', |
|
14 | + 'NirjharLo\\WP_Plugin_Framework\\Lib\\Table' => $baseDir . '/plugin/Lib/Table.php', |
|
15 | + 'NirjharLo\\WP_Plugin_Framework\\Lib\\Upload' => $baseDir . '/plugin/Lib/Upload.php', |
|
16 | + 'NirjharLo\\WP_Plugin_Framework\\PluginLoader' => $baseDir . '/plugin/PluginLoader.php', |
|
17 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Cpt' => $baseDir . '/plugin/Src/Cpt.php', |
|
18 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Db' => $baseDir . '/plugin/Src/Db.php', |
|
19 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Install' => $baseDir . '/plugin/Src/Install.php', |
|
20 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Metabox' => $baseDir . '/plugin/Src/Metabox.php', |
|
21 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Query' => $baseDir . '/plugin/Src/Query.php', |
|
22 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\RestApi' => $baseDir . '/plugin/Src/RestApi.php', |
|
23 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Settings' => $baseDir . '/plugin/Src/Settings.php', |
|
24 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Shortcode' => $baseDir . '/plugin/Src/Shortcode.php', |
|
25 | + 'NirjharLo\\WP_Plugin_Framework\\Src\\Widget' => $baseDir . '/plugin/Src/Widget.php', |
|
26 | 26 | ); |
@@ -5,22 +5,22 @@ |
||
5 | 5 | $issues = array(); |
6 | 6 | |
7 | 7 | if (!(PHP_VERSION_ID >= 50300)) { |
8 | - $issues[] = 'Your Composer dependencies require a PHP version ">= 5.3.0". You are running ' . PHP_VERSION . '.'; |
|
8 | + $issues[] = 'Your Composer dependencies require a PHP version ">= 5.3.0". You are running ' . PHP_VERSION . '.'; |
|
9 | 9 | } |
10 | 10 | |
11 | 11 | if ($issues) { |
12 | - if (!headers_sent()) { |
|
13 | - header('HTTP/1.1 500 Internal Server Error'); |
|
14 | - } |
|
15 | - if (!ini_get('display_errors')) { |
|
16 | - if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { |
|
17 | - fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); |
|
18 | - } elseif (!headers_sent()) { |
|
19 | - echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; |
|
20 | - } |
|
21 | - } |
|
22 | - trigger_error( |
|
23 | - 'Composer detected issues in your platform: ' . implode(' ', $issues), |
|
24 | - E_USER_ERROR |
|
25 | - ); |
|
12 | + if (!headers_sent()) { |
|
13 | + header('HTTP/1.1 500 Internal Server Error'); |
|
14 | + } |
|
15 | + if (!ini_get('display_errors')) { |
|
16 | + if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { |
|
17 | + fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); |
|
18 | + } elseif (!headers_sent()) { |
|
19 | + echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; |
|
20 | + } |
|
21 | + } |
|
22 | + trigger_error( |
|
23 | + 'Composer detected issues in your platform: ' . implode(' ', $issues), |
|
24 | + E_USER_ERROR |
|
25 | + ); |
|
26 | 26 | } |
@@ -4,19 +4,19 @@ |
||
4 | 4 | |
5 | 5 | $issues = array(); |
6 | 6 | |
7 | -if (!(PHP_VERSION_ID >= 50300)) { |
|
7 | +if ( ! (PHP_VERSION_ID >= 50300)) { |
|
8 | 8 | $issues[] = 'Your Composer dependencies require a PHP version ">= 5.3.0". You are running ' . PHP_VERSION . '.'; |
9 | 9 | } |
10 | 10 | |
11 | 11 | if ($issues) { |
12 | - if (!headers_sent()) { |
|
12 | + if ( ! headers_sent()) { |
|
13 | 13 | header('HTTP/1.1 500 Internal Server Error'); |
14 | 14 | } |
15 | - if (!ini_get('display_errors')) { |
|
15 | + if ( ! ini_get('display_errors')) { |
|
16 | 16 | if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { |
17 | - fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); |
|
18 | - } elseif (!headers_sent()) { |
|
19 | - echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; |
|
17 | + fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL . PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL . PHP_EOL); |
|
18 | + } elseif ( ! headers_sent()) { |
|
19 | + echo 'Composer detected issues in your platform:' . PHP_EOL . PHP_EOL . str_replace('You are running ' . PHP_VERSION . '.', '', implode(PHP_EOL, $issues)) . PHP_EOL . PHP_EOL; |
|
20 | 20 | } |
21 | 21 | } |
22 | 22 | trigger_error( |
@@ -1,7 +1,7 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | namespace NirjharLo\WP_Plugin_Framework\Lib; |
3 | 3 | |
4 | -if ( ! defined( 'ABSPATH' ) ) exit; |
|
4 | +if ( ! defined('ABSPATH')) exit; |
|
5 | 5 | |
6 | 6 | /** |
7 | 7 | * Plugin upload for WordPress front end or backend |
@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | * @author Nirjhar Lo |
10 | 10 | * @package wp-plugin-framework |
11 | 11 | */ |
12 | -if ( ! class_exists( 'Upload' ) ) { |
|
12 | +if ( ! class_exists('Upload')) { |
|
13 | 13 | |
14 | 14 | final class Upload { |
15 | 15 | |
@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | */ |
22 | 22 | public function __construct() { |
23 | 23 | |
24 | - if ( isset($_POST['UploadSubmit']) ) { |
|
24 | + if (isset($_POST['UploadSubmit'])) { |
|
25 | 25 | $this->upload_controller(); |
26 | 26 | } |
27 | 27 | |
@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | |
39 | 39 | <form method="POST" action="" enctype="multipart/form-data"> |
40 | 40 | <input name="UploadFile" type="file" multiple="false"/> |
41 | - <?php submit_button( __( 'Upload', 'stv' ), 'secondary', 'UploadSubmit' ); ?> |
|
41 | + <?php submit_button(__('Upload', 'stv'), 'secondary', 'UploadSubmit'); ?> |
|
42 | 42 | </form> |
43 | 43 | <?php |
44 | 44 | } |
@@ -55,28 +55,28 @@ discard block |
||
55 | 55 | $type = $file['type']; |
56 | 56 | |
57 | 57 | // Check in your file type |
58 | - if( $type != 'application/_TYPE_' ) { |
|
59 | - add_action( 'admin_notices', array( $this, 'file_type_error_admin_notice' ) ); |
|
58 | + if ($type != 'application/_TYPE_') { |
|
59 | + add_action('admin_notices', array($this, 'file_type_error_admin_notice')); |
|
60 | 60 | } else { |
61 | 61 | |
62 | - if (!function_exists('wp_handle_upload')){ |
|
62 | + if ( ! function_exists('wp_handle_upload')) { |
|
63 | 63 | require_once(ABSPATH . 'wp-admin/includes/image.php'); |
64 | 64 | require_once(ABSPATH . 'wp-admin/includes/file.php'); |
65 | 65 | require_once(ABSPATH . 'wp-admin/includes/media.php'); |
66 | 66 | } |
67 | 67 | |
68 | - $overrides = array( 'test_form' => false); |
|
68 | + $overrides = array('test_form' => false); |
|
69 | 69 | $attachment = wp_handle_upload($file, $overrides); |
70 | 70 | |
71 | - if( is_array( $attachment_id ) && array_key_exists( 'path', $attachment ) ) { |
|
71 | + if (is_array($attachment_id) && array_key_exists('path', $attachment)) { |
|
72 | 72 | $upload_path = $attachment['path']; |
73 | 73 | |
74 | - add_action( 'admin_notices', array( $this, 'success_notice' ) ); |
|
74 | + add_action('admin_notices', array($this, 'success_notice')); |
|
75 | 75 | |
76 | 76 | // Use $upload_path for any purpose. For example storing temporarily |
77 | 77 | // update_option( 'some_token', $upload_path ); |
78 | 78 | } else { |
79 | - add_action( 'admin_notices', array( $this, 'file_error_admin_notice' ) ); |
|
79 | + add_action('admin_notices', array($this, 'file_error_admin_notice')); |
|
80 | 80 | $upload_path = false; |
81 | 81 | } |
82 | 82 | } |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | public function file_type_error_admin_notice() { ?> |
92 | 92 | |
93 | 93 | <div class="notice notice-error is-dismissible"> |
94 | - <p><?php _e( 'Please Upload correct type of file only.', 'textdomain' ); ?></p> |
|
94 | + <p><?php _e('Please Upload correct type of file only.', 'textdomain'); ?></p> |
|
95 | 95 | </div> |
96 | 96 | <?php |
97 | 97 | } |
@@ -105,7 +105,7 @@ discard block |
||
105 | 105 | public function file_error_admin_notice() { ?> |
106 | 106 | |
107 | 107 | <div class="notice notice-error is-dismissible"> |
108 | - <p><?php _e( 'File Upload failed.', 'textdomain' ); ?></p> |
|
108 | + <p><?php _e('File Upload failed.', 'textdomain'); ?></p> |
|
109 | 109 | </div> |
110 | 110 | <?php |
111 | 111 | } |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | public function success_notice() { ?> |
120 | 120 | |
121 | 121 | <div class="notice notice-success is-dismissible"> |
122 | - <p><?php _e( 'Successfully saved file details.', 'textdomain' ); ?></p> |
|
122 | + <p><?php _e('Successfully saved file details.', 'textdomain'); ?></p> |
|
123 | 123 | </div> |
124 | 124 | <?php |
125 | 125 | } |
@@ -1,7 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace NirjharLo\WP_Plugin_Framework\Lib; |
3 | 3 | |
4 | -if ( ! defined( 'ABSPATH' ) ) exit; |
|
4 | +if ( ! defined( 'ABSPATH' ) ) { |
|
5 | + exit; |
|
6 | +} |
|
5 | 7 | |
6 | 8 | /** |
7 | 9 | * Plugin upload for WordPress front end or backend |
@@ -17,7 +17,7 @@ discard block |
||
17 | 17 | * @author Nirjhar Lo |
18 | 18 | * @package wp-plugin-framework |
19 | 19 | */ |
20 | -if ( ! class_exists( 'Api' ) ) { |
|
20 | +if ( ! class_exists('Api')) { |
|
21 | 21 | |
22 | 22 | class Api { |
23 | 23 | |
@@ -91,14 +91,14 @@ discard block |
||
91 | 91 | |
92 | 92 | $curl = curl_init(); |
93 | 93 | |
94 | - curl_setopt_array( $curl, $this->build() ); |
|
94 | + curl_setopt_array($curl, $this->build()); |
|
95 | 95 | |
96 | - $result = curl_exec( $curl ); |
|
97 | - $err = curl_error( $curl ); |
|
96 | + $result = curl_exec($curl); |
|
97 | + $err = curl_error($curl); |
|
98 | 98 | |
99 | - curl_close( $curl ); |
|
99 | + curl_close($curl); |
|
100 | 100 | |
101 | - if ( $err ) { |
|
101 | + if ($err) { |
|
102 | 102 | $result = "cURL Error #:" . $err; |
103 | 103 | } |
104 | 104 | |
@@ -113,7 +113,7 @@ discard block |
||
113 | 113 | */ |
114 | 114 | public function parse($data) { |
115 | 115 | |
116 | - call_user_func( array( $this, $this->data_type ), $data ); |
|
116 | + call_user_func(array($this, $this->data_type), $data); |
|
117 | 117 | } |
118 | 118 | |
119 | 119 | |
@@ -122,12 +122,12 @@ discard block |
||
122 | 122 | * |
123 | 123 | * @return Array |
124 | 124 | */ |
125 | - public function xml( $data ) { |
|
125 | + public function xml($data) { |
|
126 | 126 | |
127 | - libxml_use_internal_errors( true ); |
|
128 | - $parsed = ( ! $data || $data == '' ? false : simplexml_load_string( $data ) ); |
|
127 | + libxml_use_internal_errors(true); |
|
128 | + $parsed = ( ! $data || $data == '' ? false : simplexml_load_string($data)); |
|
129 | 129 | |
130 | - if ( ! $parsed ) { |
|
130 | + if ( ! $parsed) { |
|
131 | 131 | return false; |
132 | 132 | libxml_clear_errors(); |
133 | 133 | } else { |
@@ -141,9 +141,9 @@ discard block |
||
141 | 141 | * |
142 | 142 | * @return Array |
143 | 143 | */ |
144 | - public function json( $data ) { |
|
144 | + public function json($data) { |
|
145 | 145 | |
146 | - $parsed = ( ! $data || $data == '' ? false : json_decode( $data, 1 ) ); |
|
146 | + $parsed = ( ! $data || $data == '' ? false : json_decode($data, 1)); |
|
147 | 147 | return $parsed; |
148 | 148 | } |
149 | 149 | } |