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.
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__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.