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.

Internal

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

Methods

__construct()

public __construct(string $packageKey, string $version, string $remote) : mixed
Parameters
$packageKey : string
$version : string
$remote : string
On this page

Search results