platform/api/symfony/Component/AssetMapper/ImportMap/ImportMapUpdateChecker.yaml
2024-09-02 10:44:11 -07:00

44 lines
951 B
YAML

name: ImportMapUpdateChecker
class_comment: null
dependencies:
- name: HttpClient
type: class
source: Symfony\Component\HttpClient\HttpClient
- name: HttpClientInterface
type: class
source: Symfony\Contracts\HttpClient\HttpClientInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: importMapConfigReader
- name: httpClient
default: 'null'
comment: null
- name: getAvailableUpdates
visibility: public
parameters:
- name: packages
default: '[]'
comment: '# * @param string[] $packages
# *
# * @return PackageUpdateInfo[]'
- name: getVersionPart
visibility: private
parameters:
- name: version
- name: part
comment: null
- name: getUpdateType
visibility: private
parameters:
- name: currentVersion
- name: latestVersion
comment: null
traits:
- Symfony\Component\HttpClient\HttpClient
- Symfony\Contracts\HttpClient\HttpClientInterface
interfaces: []