PackageResourceIdentifier extends SystemResourceIdentifier
FinalYes
This is subject to change during v14 development. Do not use.
Only to be used in TYPO3\CMS\Core\SystemResource namespace
Table of Contents
Constants
- LEGACY_TYPE = 'EXT'
- TYPE = 'PKG'
Properties
- $givenIdentifier : string
Methods
- __construct() : mixed
- __toString() : mixed
- getPackage() : PackageInterface
- getRelativePath() : string
- withRelativePath() : self
Constants
LEGACY_TYPE
public
mixed
LEGACY_TYPE
= 'EXT'
TYPE
public
mixed
TYPE
= 'PKG'
Properties
$givenIdentifier read-only
public
string
$givenIdentifier
Methods
__construct()
public
__construct(PackageInterface $package, string $relativePath, string $givenIdentifier) : mixed
Parameters
- $package : PackageInterface
- $relativePath : string
- $givenIdentifier : string
__toString()
public
__toString() : mixed
getPackage()
public
getPackage() : PackageInterface
Return values
PackageInterfacegetRelativePath()
public
getRelativePath() : string
Return values
stringwithRelativePath()
public
withRelativePath(string $newPath) : self
Parameters
- $newPath : string