PHP 클래스 Valet\PhpFpm

파일 보기 프로젝트 열기: laravel/valet

공개 프로퍼티들

프로퍼티 타입 설명
$brew
$cli
$files
$taps

공개 메소드들

메소드 설명
__construct ( Brew $brew, CommandLine $cli, Filesystem $files ) : void Create a new PHP FPM class instance.
fpmConfigPath ( ) : string Get the path to the FPM configuration file for the current PHP version.
install ( ) : void Install and configure DnsMasq.
restart ( ) : void Restart the PHP FPM process.
stop ( ) : void Stop the PHP FPM process.
updateConfiguration ( ) : void Update the PHP FPM configuration.

메소드 상세

__construct() 공개 메소드

Create a new PHP FPM class instance.
public __construct ( Brew $brew, CommandLine $cli, Filesystem $files ) : void
$brew Brew
$cli CommandLine
$files Filesystem
리턴 void

fpmConfigPath() 공개 메소드

Get the path to the FPM configuration file for the current PHP version.
public fpmConfigPath ( ) : string
리턴 string

install() 공개 메소드

Install and configure DnsMasq.
public install ( ) : void
리턴 void

restart() 공개 메소드

Restart the PHP FPM process.
public restart ( ) : void
리턴 void

stop() 공개 메소드

Stop the PHP FPM process.
public stop ( ) : void
리턴 void

updateConfiguration() 공개 메소드

Update the PHP FPM configuration.
public updateConfiguration ( ) : void
리턴 void

프로퍼티 상세

$brew 공개적으로 프로퍼티

public $brew

$cli 공개적으로 프로퍼티

public $cli

$files 공개적으로 프로퍼티

public $files

$taps 공개적으로 프로퍼티

public $taps