Method | Description | |
---|---|---|
__construct ( resource | string $txt ) | Constructor. | |
getDependencies ( ) : string | Return the package name. |
Method | Description | |
---|---|---|
_convert ( string $type, array $input, string $optional, &$result ) : null | Convert the PEAR server response into an array that we would get when accessing the dependencies of a local package.xml via PEAR. |
public __construct ( resource | string $txt ) | ||
$txt | resource | string | The text document received from the server. |
public getDependencies ( ) : string | ||
return | string | The package name. |