PHP Класс Phalcon\Build\Generator_File_ConfigW32

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$outputFile string Path of generated config.w32 file
$sourceFile string Path of original config.w32, which will be used to generate build config.m4

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

Метод Описание
__construct ( string $rootDir, string $outputDir )
generate ( ) : boolean Create config.m4 from the original one, by leaving only "phalcon.c" among included source files

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

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

public __construct ( string $rootDir, string $outputDir )
$rootDir string
$outputDir string

generate() публичный метод

Create config.m4 from the original one, by leaving only "phalcon.c" among included source files
public generate ( ) : boolean
Результат boolean

Описание свойств

$outputFile защищенное свойство

Path of generated config.w32 file
protected string $outputFile
Результат string

$sourceFile защищенное свойство

Path of original config.w32, which will be used to generate build config.m4
protected string $sourceFile
Результат string