PEAR_PackageFileManager::addGlobalReplacement (Previous) (Next) PEAR_PackageFileManager::addRole

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

PEAR_PackageFileManager::addReplacement()

PEAR_PackageFileManager::addReplacement() -- Add a replacement option for a file

Beschreibung

This sets an install-time complex search-and-replace function allowing the setting of platform-specific variables in an installed file.

if $type is php-const, then $to must be the name of a PHP Constant. If $type is pear-config, then $to must be the name of a PEAR config variable accessible through a PEAR_Config::get() method. If type is package-info, then $to must be the name of a section from the package.xml file used to install this file.

Parameter

string $path

relative path of file (relative to packagedirectory option)

string $type

variable type, either php-const, pear-config or package-info

string $from

text to replace in the source file

string $to

variable name to use for replacement

Fehler-Meldungen

throws PEAR_PACKAGEFILEMANAGER_INVALID_REPLACETYPE

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

PEAR_PackageFileManager::addGlobalReplacement (Previous) (Next) PEAR_PackageFileManager::addRole

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.