PHP 클래스 Phalcon\Build\Generator

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

보호된 프로퍼티들

프로퍼티 타입 설명
$optimized32Dir string Directory for build, optimized for 32-bit platform
$optimized64Dir string Directory for build, optimized for 64-bit platform
$rootDir string Root dir of Phalcon
$safeDir string Directory for 'safe' build

공개 메소드들

메소드 설명
__construct ( string $rootDir, string $buildDir )
run ( ) Generate safe and optimized builds

메소드 상세

__construct() 공개 메소드

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

run() 공개 메소드

Generate safe and optimized builds
public run ( )

프로퍼티 상세

$optimized32Dir 보호되어 있는 프로퍼티

Directory for build, optimized for 32-bit platform
protected string $optimized32Dir
리턴 string

$optimized64Dir 보호되어 있는 프로퍼티

Directory for build, optimized for 64-bit platform
protected string $optimized64Dir
리턴 string

$rootDir 보호되어 있는 프로퍼티

Root dir of Phalcon
protected string $rootDir
리턴 string

$safeDir 보호되어 있는 프로퍼티

Directory for 'safe' build
protected string $safeDir
리턴 string