PEAR_ChannelFile

Table of Contents
Class Summary PEAR_ChannelFile -- The Channel handling class
constructor PEAR_ChannelFile::PEAR_ChannelFile() -- PEAR_ChannelFile
PEAR_ChannelFile::addFunction() -- Add a protocol to the provides section
PEAR_ChannelFile::addMirror() -- addMirror
PEAR_ChannelFile::addMirrorFunction() -- Add a protocol to a mirror's provides section
PEAR_ChannelFile::fromAny() -- Returns channel information from different sources
PEAR_ChannelFile::fromArray() -- fromArray
PEAR_ChannelFile::fromXmlFile() --  Parse a channel.xml file. Expects the name of a channel xml file as input.
PEAR_ChannelFile::fromXmlString() -- fromXmlString
PEAR_ChannelFile::getAlias() -- Return the suggested alias users can use to refer to this channel on the command-line.
PEAR_ChannelFile::getBaseURL() -- Get the URL to access a base resource.
PEAR_ChannelFile::getErrors() -- Wrapper to PEAR_ErrorStack::getErrors()
PEAR_ChannelFile::getFunction() -- getFunction
PEAR_ChannelFile::getFunctions() -- Retrieve a list of all xmlrpc/soap functions
PEAR_ChannelFile::getMirror() -- Get the unserialized XML representing a mirror
PEAR_ChannelFile::getMirrors() -- Retrieve a list of all mirrors and their contents
PEAR_ChannelFile::getName() -- retrieve the channel name
PEAR_ChannelFile::getPath() -- getPath
PEAR_ChannelFile::getPort() -- retrieve the socket port used to connect to the server
PEAR_ChannelFile::getServer() -- Retrieve the channel server
PEAR_ChannelFile::getSSL() -- get SSL support for a channel or mirror
PEAR_ChannelFile::getSummary() -- Get channel summary
PEAR_ChannelFile::getValidationObject() -- Retrieve the object that can be used for custom validation
PEAR_ChannelFile::getValidationPackage() -- Retrieve the name of the validation package for this channel
PEAR_ChannelFile::isIncludeable() -- Determine whether a file exists in the include_path and is readable
PEAR_ChannelFile::lastModified() -- This function is used by the channel updater and retrieves a value set by the registry, or the current time if it has not been set
PEAR_ChannelFile::resetFunctions() -- Empty all protocol definitions
PEAR_ChannelFile::resetREST() -- Since REST does not implement RPC, provide this as a logical wrapper around resetFunctions for REST
PEAR_ChannelFile::setAlias() -- Set the channel alias
PEAR_ChannelFile::setBaseURL() -- set the base URL for a REST resource, or set of REST resources
PEAR_ChannelFile::setDefaultPEARProtocols() -- Set a channel's protocols to the protocols supported by pearweb
PEAR_ChannelFile::setName() -- setName
PEAR_ChannelFile::setPath() -- Set the file path for xmlrpc or soap
PEAR_ChannelFile::setPort() -- Set the socket number (port) that is used to connect to this channel
PEAR_ChannelFile::setServer() -- set the Channel server
PEAR_ChannelFile::setSSL() -- Sets whether SSL is used to connect to this channel
PEAR_ChannelFile::setSummary() -- set the summary of a channel's purpose
PEAR_ChannelFile::setValidationPackage() --  Set the package validation object if it differs from PEAR's default.
PEAR_ChannelFile::supports() -- determines whether a webservices function is supported by a channel
PEAR_ChannelFile::supportsREST() --  Determines whether a channel supports any Representational State Transfer (REST) resources
PEAR_ChannelFile::toArray() -- return the channel representation in array format
PEAR_ChannelFile::toXml() -- Return an XML document based on the internal representation of this channel
PEAR_ChannelFile::validate() -- Validate channel information.
PEAR_ChannelFile::validChannelServer() -- Test whether a string contains a valid channel server.
Package PEAR Constants -- Constants defined in and used by PEAR