PEAR_ChannelFile::setSummary

PEAR_ChannelFile::setSummary() – set the summary of a channel's purpose

Synopsis

require_once '/ChannelFile.php';

boolean PEAR_ChannelFile::setSummary ( string $summary )

Description

This sets a human-readable description of a channel's purpose.

Parameter

string $summary

The channel summary

Return value

returns success

Throws

throws no exceptions thrown

Note

This function can not be called statically.