Auth
- Namespace: \Redaxscript\Console\Command
- Description: children class to execute the auth command
- Package: Redaxscript
- Category: Console
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_commandArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
run | public | run the command |
_login | protected | login into the system |
_logout | protected | logout by the system |
prompt | public | prompt |
getHelp | public | get the help |
success | public | show the success |
error | public | show the error |
__construct | public | constructor of the class |
Method | Visibility | Description |
Backup
- Namespace: \Redaxscript\Console\Command
- Description: children class to execute the backup command
- Package: Redaxscript
- Category: Console
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_commandArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
run | public | run the command |
_database | protected | backup the database |
prompt | public | prompt |
getHelp | public | get the help |
success | public | show the success |
error | public | show the error |
__construct | public | constructor of the class |
Method | Visibility | Description |
Cache
- Namespace: \Redaxscript\Console\Command
- Description: children class to execute the cache command
- Package: Redaxscript
- Category: Console
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_commandArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
run | public | run the command |
_clear | protected | clear the cache |
_clearInvalid | protected | clear the invalid cache |
prompt | public | prompt |
getHelp | public | get the help |
success | public | show the success |
error | public | show the error |
__construct | public | constructor of the class |
Method | Visibility | Description |
CommandAbstract
- Namespace: \Redaxscript\Console\Command
- Description: abstract class to create a command class
- Package: Redaxscript
- Category: Console
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_commandArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
prompt | public | prompt |
getHelp | public | get the help |
success | public | show the success |
error | public | show the error |
__construct | public | constructor of the class |
Method | Visibility | Description |
Config
- Namespace: \Redaxscript\Console\Command
- Description: children class to execute the config command
- Package: Redaxscript
- Category: Console
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_commandArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
run | public | run the command |
_list | protected | list the config |
_set | protected | set the config |
_reset | protected | reset the config |
_parse | protected | parse the config |
prompt | public | prompt |
getHelp | public | get the help |
success | public | show the success |
error | public | show the error |
__construct | public | constructor of the class |
Method | Visibility | Description |
Help
- Namespace: \Redaxscript\Console\Command
- Description: children class to execute the help command
- Package: Redaxscript
- Category: Console
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_commandArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
run | public | run the command |
_list | protected | list the help |
prompt | public | prompt |
getHelp | public | get the help |
success | public | show the success |
error | public | show the error |
__construct | public | constructor of the class |
Method | Visibility | Description |
Install
- Namespace: \Redaxscript\Console\Command
- Description: children class to execute the install command
- Package: Redaxscript
- Category: Console
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_commandArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
run | public | run the command |
_database | protected | install the database |
_module | protected | install the module |
prompt | public | prompt |
getHelp | public | get the help |
success | public | show the success |
error | public | show the error |
__construct | public | constructor of the class |
Method | Visibility | Description |
Migrate
- Namespace: \Redaxscript\Console\Command
- Description: children class to execute the migrate command
- Package: Redaxscript
- Category: Console
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_commandArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
run | public | run the command |
_database | protected | migrate the database |
prompt | public | prompt |
getHelp | public | get the help |
success | public | show the success |
error | public | show the error |
__construct | public | constructor of the class |
Method | Visibility | Description |
Restore
- Namespace: \Redaxscript\Console\Command
- Description: children class to execute the restore command
- Package: Redaxscript
- Category: Console
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_commandArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
run | public | run the command |
_database | protected | restore the database |
prompt | public | prompt |
getHelp | public | get the help |
success | public | show the success |
error | public | show the error |
__construct | public | constructor of the class |
Method | Visibility | Description |
Setting
- Namespace: \Redaxscript\Console\Command
- Description: children class to execute the setting command
- Package: Redaxscript
- Category: Console
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_commandArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
run | public | run the command |
_list | protected | list the settings |
_set | protected | set the setting |
prompt | public | prompt |
getHelp | public | get the help |
success | public | show the success |
error | public | show the error |
__construct | public | constructor of the class |
Method | Visibility | Description |