PHP 클래스 Phalcon\Build\Generator_File_ConfigW32

파일 보기 프로젝트 열기: phalcon/cphalcon

보호된 프로퍼티들

프로퍼티 타입 설명
$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