Exemplo n.º 1
0
 /**
  * @return FileSystem
  */
 public static function getFileSystem()
 {
     return StaticCache::loadInjection('file_system', new Definition(UnixFileSystem::class));
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->slash = DIRECTORY_SEPARATOR;
     $this->colon = PATH_SEPARATOR;
     $this->fs = StaticCache::loadInjection('symfony_fs', new Definition(SFilesystem::class));
 }