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

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

Метод Описание
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.
getPackageXmlPath ( ) : string Return the path to the package.xml file for the package.
getRole ( ) : Horde_Pear_Package_Contents_Role Return the role handler for this package.
getRootPath ( ) : string Return the path to the root of the package.

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

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.

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

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

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.