PackageIdentifier
Read onlyYes
FinalYes
Immutable identity of a remote package: the package key, a concrete version and the remote it originates from. Replaces the database uid as the way the backend addresses a package to be downloaded or installed, so packages can be resolved independently of whether they are persisted locally.
This class is a specific domain model implementation and is not part of the Public TYPO3 API.
Table of Contents
Properties
- $packageKey : string
- $remote : string
- $version : string
Methods
- __construct() : mixed
Properties
$packageKey
public
string
$packageKey
$remote
public
string
$remote
$version
public
string
$version
Methods
__construct()
public
__construct(string $packageKey, string $version, string $remote) : mixed
Parameters
- $packageKey : string
- $version : string
- $remote : string