PHP Класс Horde_Pear_Package_Type_Horde, 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])
Наследование: implements Horde_Pear_Package_Type
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( string $root, $repository_root = null ) Constructor.
getGitIgnore ( ) : string Return the contents of the Horde .gitignore file.
getIgnore ( ) : Horde_Pear_Package_Contents_Ignore Return the ignore handler for this package.
getInclude ( ) : Horde_Pear_Package_Contents_Include Return the include handler for this package.
getInstallAs ( ) : Horde_Pear_Package_Contents_InstallAs Return the install-as handler for this package.
getName ( ) : string Get the package name.
getPackageXmlPath ( ) : string Return the path to the package.xml file for the package.
getRepositoryRoot ( ) : string Return the path to the root of the Horde repository.
getRole ( ) : Horde_Pear_Package_Contents_Role Return the role handler for this package.
getRootPath ( ) : string Return the path to the root of the package.
getType ( ) : string Get the package type.
writePackageXmlDraft ( ) : string Return the path to the root of the Horde repository.

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

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

Constructor.
public __construct ( string $root, $repository_root = null )
$root string The root path for the package.

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

Return the contents of the Horde .gitignore file.
public getGitIgnore ( ) : string
Результат string The .gitignore patterns.

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

Return the ignore handler for this package.
public getIgnore ( ) : Horde_Pear_Package_Contents_Ignore
Результат Horde_Pear_Package_Contents_Ignore The ignore handler.

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

Return the include handler for this package.
public getInclude ( ) : Horde_Pear_Package_Contents_Include
Результат Horde_Pear_Package_Contents_Include The include handler.

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

Return the install-as handler for this package.
public getInstallAs ( ) : Horde_Pear_Package_Contents_InstallAs
Результат Horde_Pear_Package_Contents_InstallAs The install-as handler.

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

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

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

Return the path to the package.xml file for the package.
public getPackageXmlPath ( ) : string
Результат string The path to the package.xml file.

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

.
public getRepositoryRoot ( ) : string
Результат string The repository path.

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

Return the role handler for this package.
public getRole ( ) : Horde_Pear_Package_Contents_Role
Результат Horde_Pear_Package_Contents_Role The role handler.

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

Return the path to the root of the package.
public getRootPath ( ) : string
Результат string The path to the root.

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

Get the package type.
public getType ( ) : string
Результат string The type: "Application" or "Component".

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

.
public writePackageXmlDraft ( ) : string
Результат string The repository path.