| 1 | <?php |
||
| 7 | class ComposerStaticInitab1618bbc8c3c4eec9f7a71b4e73cc26 |
||
| 8 | { |
||
| 9 | public static $prefixLengthsPsr4 = array ( |
||
| 10 | 'T' => |
||
| 11 | array ( |
||
| 12 | 'Todo\\' => 5, |
||
| 13 | ), |
||
| 14 | ); |
||
| 15 | |||
| 16 | public static $prefixDirsPsr4 = array ( |
||
| 17 | 'Todo\\' => |
||
| 18 | array ( |
||
| 19 | 0 => __DIR__ . '/../..' . '/Todo', |
||
| 20 | ), |
||
| 21 | ); |
||
| 22 | |||
| 23 | public static function getInitializer(ClassLoader $loader) |
||
| 31 | } |
||
| 32 |
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.