PackageInfo
in package
PEAR Package info
Tags
Table of Contents
- $channelName : mixed
- $description : mixed
- $license : mixed
- $packageName : mixed
- $releases : mixed
- $shortDescription : mixed
- __construct() : mixed
- getChannelName() : string
- getDescription() : string
- getLicense() : string
- getPackageName() : string
- getReleases() : array<string|int, ReleaseInfo>
- getShortDescription() : string
Properties
$channelName
private
mixed
$channelName
$description
private
mixed
$description
$license
private
mixed
$license
$packageName
private
mixed
$packageName
$releases
private
mixed
$releases
$shortDescription
private
mixed
$shortDescription
Methods
__construct()
public
__construct(string $channelName, string $packageName, string $license, string $shortDescription, string $description, array<string|int, ReleaseInfo> $releases) : mixed
Parameters
- $channelName : string
- $packageName : string
- $license : string
- $shortDescription : string
- $description : string
- $releases : array<string|int, ReleaseInfo>
-
associative array maps release version to release info
Return values
mixed —getChannelName()
public
getChannelName() : string
Return values
string —the package channel name
getDescription()
public
getDescription() : string
Return values
string —the package description
getLicense()
public
getLicense() : string
Return values
string —the package license
getPackageName()
public
getPackageName() : string
Return values
string —the package name
getReleases()
public
getReleases() : array<string|int, ReleaseInfo>
Return values
array<string|int, ReleaseInfo> —getShortDescription()
public
getShortDescription() : string
Return values
string —the package short description