| 1 | <?php |
||
| 7 | class ComposerStaticInit8b6d4385c391849a80038f0b0e87c8b5 |
||
| 8 | { |
||
| 9 | public static $files = array ( |
||
| 10 | '24583d3588ebda5228dd453cfaa070da' => __DIR__ . '/..' . '/ayecode/wp-font-awesome-settings/wp-font-awesome-settings.php', |
||
| 11 | ); |
||
| 12 | |||
| 13 | public static $prefixLengthsPsr4 = array ( |
||
| 14 | 'C' => |
||
| 15 | array ( |
||
| 16 | 'Composer\\Installers\\' => 20, |
||
| 17 | ), |
||
| 18 | ); |
||
| 19 | |||
| 20 | public static $prefixDirsPsr4 = array ( |
||
| 21 | 'Composer\\Installers\\' => |
||
| 22 | array ( |
||
| 23 | 0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers', |
||
| 24 | ), |
||
| 25 | ); |
||
| 26 | |||
| 27 | public static $classMap = array ( |
||
| 28 | 'WP_Super_Duper' => __DIR__ . '/..' . '/ayecode/wp-super-duper/wp-super-duper.php', |
||
| 29 | ); |
||
| 30 | |||
| 31 | public static function getInitializer(ClassLoader $loader) |
||
| 40 | } |
||
| 41 |
This check looks for access to properties that are not accessible from the current context.
If you need to make a property accessible to another context you can either raise its visibility level or provide an accessible getter in the defining class.