Documentation

PackageInfo
in package

PEAR Package info

Tags
author

Alexey Prilipko palex@farpost.com

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

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

getShortDescription()

public getShortDescription() : string
Return values
string

the package short description

Search results