Свойство | Тип | Описание | |
---|---|---|---|
$configM4 | Generator for config.m4 | ||
$configW32 | Generator for config.w32 | ||
$makefileFrag | Phalcon\Build\Generator_File_MakefileFrag | Generator for Makefile.frag | |
$outputDir | string | Directory, where source code for building Phalcon will be put | |
$phalconC | Generator for phalcon.c | ||
$phalconH | Generator for phalcon.h | ||
$sourceDir | string | Directory with Phalcon source code |
Метод | Описание | |
---|---|---|
__construct ( string $rootDir, string $outputDir ) | ||
run ( ) | Generator source code, from which Phalcon extension can be built |
Метод | Описание | |
---|---|---|
generateFiles ( ) | Generate all the files in the output directory | |
processKernelGlobals ( ) | Resolves headers in the php_phalcon.h file |
public __construct ( string $rootDir, string $outputDir ) | ||
$rootDir | string | |
$outputDir | string |
protected generateFiles ( ) |
protected processKernelGlobals ( ) |
public run ( ) |
protected Generator_File_ConfigM4,Phalcon\Build $configM4 | ||
Результат |
protected Generator_File_ConfigW32,Phalcon\Build $configW32 | ||
Результат |
protected Generator_File_MakefileFrag,Phalcon\Build $makefileFrag | ||
Результат | Phalcon\Build\Generator_File_MakefileFrag |
protected string $outputDir | ||
Результат | string |
protected Generator_File_PhalconC,Phalcon\Build $phalconC | ||
Результат |
protected Generator_File_PhalconH,Phalcon\Build $phalconH | ||
Результат |
protected string $sourceDir | ||
Результат | string |