| 1 | <?php |
||
| 6 | class BitrixWrapper |
||
| 7 | { |
||
| 8 | protected static $configProvider; |
||
| 9 | protected static $cacheManagerProvider; |
||
| 10 | |||
| 11 | public static function registerConfigProvider($provider) |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @return \COption |
||
| 18 | */ |
||
| 19 | public static function configProvider() |
||
| 27 | |||
| 28 | public static function registerCacheManagerProvider($provider) |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @return \CCacheManager |
||
| 35 | */ |
||
| 36 | public static function cacheManagerProvider() |
||
| 45 | } |