void executeXmlSchema(
$filename,
$consumerDefinition
)
|
|
Parameters:
|
|
$filename: |
|
|
|
$consumerDefinition: |
|
void getDirectoriesToCreate(
)
|
|
Return an array with all (absolute) Filenames, that must be parsed after the Files has copied to its new Consumer Directory.
Remember to call
on each Filename to get the real Path!
API Tags:
| Return: | all Files to be parsed |
Returns the associative Array with all keys (used for formulars) and the Replacer mappings that are used in the installation Files.
Create an associative Array from an ConsumerDefinition file.
The keys can be directly mapped to the keys in the Array fetched by
.
Parameters:
void parseConsumerString(
$name,
$cid
)
|
|
Creates the given String and renames it to the needed Consumer declaration
Parameters:
void parseForReplacer(
$content,
$data
)
|
|
Parses the given Content and replaces all XXX in content with values from data array.
Parameters: