class NetflexSetupCommand extends ServeCommand

Properties

protected NgrokProcessBuilder $processBuilder Process builder. from  ServeCommand
protected NgrokWebService $webService Web service. from  ServeCommand
protected Variable $variable Netflex Proxy Configuration Variable from  ServeCommand
protected object $configuration Netflex Proxy Configuration from  ServeCommand
protected int $userId Netflex User ID from  ServeCommand
protected Client $userClient Netflex Client authenticated as User from  ServeCommand
protected ProgressBar $progressBar Progressbar from  ServeCommand
protected string $credentialsFile The file holding the Netflex credentials from  ServeCommand
protected string $signature The name and signature of the console command.
protected string $description The console command description.

Methods

string
port()

Get the port for the command.

client()

No description

userId()

No description

siteAlias()

No description

variable()

No description

proxyConfiguration()

No description

addProxy($uri)

No description

removeProxy()

No description

saveProxyConfiguration($configuration)

No description

deleteCredentials()

No description

promptCredentials(Closure $callback)

No description

int
handle()

Execute the console command.

array
getOptions()

Get the console command options.

void
__construct()

Create a new command instance.

resolveSite()

No description

Details

in ServeCommand at line 87
protected string port()

Get the port for the command.

Return Value

string

in ServeCommand at line 94
protected client()

in ServeCommand at line 125
protected userId()

in ServeCommand at line 146
protected siteAlias()

in ServeCommand at line 151
protected variable()

in ServeCommand at line 162
protected proxyConfiguration()

in ServeCommand at line 179
protected addProxy($uri)

Parameters

$uri

in ServeCommand at line 195
protected removeProxy()

in ServeCommand at line 207
protected saveProxyConfiguration($configuration)

Parameters

$configuration

in ServeCommand at line 228
protected deleteCredentials()

in ServeCommand at line 237
protected promptCredentials(Closure $callback)

Parameters

Closure $callback

at line 75
int handle()

Execute the console command.

Return Value

int

in ServeCommand at line 385
protected array getOptions()

Get the console command options.

Return Value

array

at line 28
void __construct()

Create a new command instance.

Return Value

void

at line 33
resolveSite()