| 1 | <?php |
||
| 7 | class ComposerStaticInit0510555eec3304761203b257a51bfd0f |
||
| 8 | { |
||
| 9 | public static $prefixLengthsPsr4 = array ( |
||
| 10 | 'e' => |
||
| 11 | array ( |
||
| 12 | 'ejdelmonico\\LaravelRSSFeed\\' => 27, |
||
| 13 | ), |
||
| 14 | ); |
||
| 15 | |||
| 16 | public static $prefixDirsPsr4 = array ( |
||
| 17 | 'ejdelmonico\\LaravelRSSFeed\\' => |
||
| 18 | array ( |
||
| 19 | 0 => __DIR__ . '/../..' . '/src', |
||
| 20 | 1 => __DIR__ . '/../..' . '/tests', |
||
| 21 | ), |
||
| 22 | ); |
||
| 23 | |||
| 24 | public static $classMap = array ( |
||
| 25 | 'ejdelmonico\\LaravelRSSFeed\\LaravelRSSFeedServiceProvider' => __DIR__ . '/../..' . '/src/LaravelRSSFeedServiceProvider.php', |
||
| 26 | 'ejdelmonico\\LaravelRSSFeed\\SkeletonClass' => __DIR__ . '/../..' . '/src/SkeletonClass.php', |
||
| 27 | ); |
||
| 28 | |||
| 29 | public static function getInitializer(ClassLoader $loader) |
||
| 38 | } |
||
| 39 |
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.