PHP Класс Valet\Valet

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

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

Свойство Тип Описание
$cli
$files
$valetBin

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

Метод Описание
__construct ( CommandLine $cli, Filesystem $files ) Create a new Valet instance.
createSudoersEntry ( ) : void Create the "sudoers.d" entry for running Valet.
extensions ( ) : array Get the paths to all of the Valet extensions.
onLatestVersion ( string $currentVersion ) : boolean Determine if this is the latest version of Valet.
symlinkToUsersBin ( ) : void Symlink the Valet Bash script into the user's local bin.

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

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

Create a new Valet instance.
public __construct ( CommandLine $cli, Filesystem $files )
$cli CommandLine
$files Filesystem

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

Create the "sudoers.d" entry for running Valet.
public createSudoersEntry ( ) : void
Результат void

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

Get the paths to all of the Valet extensions.
public extensions ( ) : array
Результат array

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

Determine if this is the latest version of Valet.
public onLatestVersion ( string $currentVersion ) : boolean
$currentVersion string
Результат boolean

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

Symlink the Valet Bash script into the user's local bin.
public symlinkToUsersBin ( ) : void
Результат void

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

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

public $cli

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

public $files

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

public $valetBin