PHP Класс Valet\DnsMasq

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

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

Свойство Тип Описание
$brew
$cli
$configPath
$exampleConfigPath
$files
$resolverPath

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

Метод Описание
__construct ( Brew $brew, CommandLine $cli, Filesystem $files ) : void Create a new DnsMasq instance.
appendCustomConfigImport ( string $customConfigPath ) : void Append import command for our custom configuration to DnsMasq file.
copyExampleConfig ( ) : void Copy the Homebrew installed example DnsMasq configuration file.
createCustomConfigFile ( string $domain ) : void Append the custom DnsMasq configuration file to the main configuration file.
createDomainResolver ( string $domain ) : void Create the resolver file to point the "dev" domain to 127.0.0.1.
customConfigIsBeingImported ( string $customConfigPath ) : boolean Determine if Valet's custom DnsMasq configuration is being imported.
customConfigPath ( ) : string Get the custom configuration path.
install ( $domain = 'dev' ) : void Install and configure DnsMasq.
updateDomain ( string $oldDomain, string $newDomain ) : void Update the domain used by DnsMasq.

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

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

Create a new DnsMasq instance.
public __construct ( Brew $brew, CommandLine $cli, Filesystem $files ) : void
$brew Brew
$cli CommandLine
$files Filesystem
Результат void

appendCustomConfigImport() публичный Метод

Append import command for our custom configuration to DnsMasq file.
public appendCustomConfigImport ( string $customConfigPath ) : void
$customConfigPath string
Результат void

copyExampleConfig() публичный Метод

Copy the Homebrew installed example DnsMasq configuration file.
public copyExampleConfig ( ) : void
Результат void

createCustomConfigFile() публичный Метод

Append the custom DnsMasq configuration file to the main configuration file.
public createCustomConfigFile ( string $domain ) : void
$domain string
Результат void

createDomainResolver() публичный Метод

Create the resolver file to point the "dev" domain to 127.0.0.1.
public createDomainResolver ( string $domain ) : void
$domain string
Результат void

customConfigIsBeingImported() публичный Метод

Determine if Valet's custom DnsMasq configuration is being imported.
public customConfigIsBeingImported ( string $customConfigPath ) : boolean
$customConfigPath string
Результат boolean

customConfigPath() публичный Метод

Get the custom configuration path.
public customConfigPath ( ) : string
Результат string

install() публичный Метод

Install and configure DnsMasq.
public install ( $domain = 'dev' ) : void
Результат void

updateDomain() публичный Метод

Update the domain used by DnsMasq.
public updateDomain ( string $oldDomain, string $newDomain ) : void
$oldDomain string
$newDomain string
Результат void

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

$brew публичное свойство

public $brew

$cli публичное свойство

public $cli

$configPath публичное свойство

public $configPath

$exampleConfigPath публичное свойство

public $exampleConfigPath

$files публичное свойство

public $files

$resolverPath публичное свойство

public $resolverPath