NetflexSetupCommand
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
int
handle()
Execute the console command.
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.
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)
in
ServeCommand at line 195
protected
removeProxy()
in
ServeCommand at line 207
protected
saveProxyConfiguration($configuration)
in
ServeCommand at line 228
protected
deleteCredentials()
in
ServeCommand at line 237
protected
promptCredentials(Closure $callback)
at line 75
int
handle()
Execute the console command.
in
ServeCommand at line 385
protected array
getOptions()
Get the console command options.
at line 28
void
__construct()
Create a new command instance.