PHP Класс Horde_Pear_Rest_Dependencies, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Gunnar Wrobel ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( resource | string $txt ) Constructor.
getDependencies ( ) : string Return the package name.

Приватные методы

Метод Описание
_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.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( resource | string $txt )
$txt resource | string The text document received from the server.

getDependencies() публичный Метод

Return the package name.
public getDependencies ( ) : string
Результат string The package name.