PHP Класс Horde_Pear_Package_Contents_InstallAs_HordeApplication, 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_Contents_InstallAs
Показать файл Открыть проект

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

Метод Описание
__construct ( Horde_Pear_Package_Type $type ) Constructor.
getInstallAs ( string $file, string $package ) : string Tell which location the specified file should be installed to.

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

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

Constructor.
public __construct ( Horde_Pear_Package_Type $type )
$type Horde_Pear_Package_Type The package type.

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

Tell which location the specified file should be installed to.
public getInstallAs ( string $file, string $package ) : string
$file string The file name.
$package string The package name.
Результат string The install location for the file.