Documentation

ChannelInfo
in package

PEAR channel info

Tags
author

Alexey Prilipko palex@farpost.com

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

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

Search results