ChannelInfo
in package
PEAR channel info
Tags
Table of Contents
- $alias : mixed
- $name : mixed
- $packages : mixed
- __construct() : mixed
- getAlias() : string
- Alias of the channel
- getName() : string
- Name of the channel
- getPackages() : array<string|int, PackageInfo>
- List of channel packages
Properties
$alias
private
mixed
$alias
$name
private
mixed
$name
$packages
private
mixed
$packages
Methods
__construct()
public
__construct(string $name, string $alias, array<string|int, PackageInfo> $packages) : mixed
Parameters
- $name : string
- $alias : string
- $packages : array<string|int, PackageInfo>
Return values
mixed —getAlias()
Alias of the channel
public
getAlias() : string
Return values
string —getName()
Name of the channel
public
getName() : string
Return values
string —getPackages()
List of channel packages
public
getPackages() : array<string|int, PackageInfo>