PHP Класс Valet\PhpFpm

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

Открытые свойства

Свойство Тип Описание
$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