\Composer\Repository\PearPackageInfo

PEAR Package info

Summary

Methods
Properties
Constants
__construct()
getChannelName()
getPackageName()
getDescription()
getShortDescription()
getLicense()
getReleases()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$channelName
$packageName
$license
$shortDescription
$description
$releases
N/A

Properties

$channelName

$channelName : 

Type

$packageName

$packageName : 

Type

$license

$license : 

Type

$shortDescription

$shortDescription : 

Type

$description

$description : 

Type

$releases

$releases : 

Type

Methods

__construct()

__construct(string  $channelName, string  $packageName, string  $license, string  $shortDescription, string  $description, array<mixed,\Composer\Repository\Pear\ReleaseInfo>  $releases) 

Parameters

string $channelName
string $packageName
string $license
string $shortDescription
string $description
array<mixed,\Composer\Repository\Pear\ReleaseInfo> $releases

associative array maps release version to release info

getChannelName()

getChannelName() : string

Returns

string —

the package channel name

getPackageName()

getPackageName() : string

Returns

string —

the package name

getDescription()

getDescription() : string

Returns

string —

the package description

getShortDescription()

getShortDescription() : string

Returns

string —

the package short description

getLicense()

getLicense() : string

Returns

string —

the package license