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