| Elgg
    Version 6.3
    | 
elgg-cli database:seeders More...
 
  
| Protected Member Functions | |
| configure () | |
| {}  More... | |
| command () | |
| Command to be executed.This method should return an integer code of the error (or 0 for success). Optionally, the method can return a callable that will receive the instance of this command as an argument 
 
 | |
|  Protected Member Functions inherited from Elgg\Cli\Command | |
| login () | |
| Login a user defined by –as option.  More... | |
| logout () | |
| Logout a user.  More... | |
| setLanguage () | |
| Set the language for this cli command.  More... | |
|  Protected Member Functions inherited from Elgg\Cli\BaseCommand | |
| dumpRegisters () | |
| Dump and output system and error messages.  More... | |
| Additional Inherited Members | |
|  Public Member Functions inherited from Elgg\Cli\Command | |
| execute (InputInterface $input, OutputInterface $output) | |
| {}  More... | |
|  Public Member Functions inherited from Elgg\Cli\BaseCommand | |
| ask ($question, $default=null, $hidden=false, $required=true) | |
| Ask a question.  More... | |
| dump ($data) | |
| Dump a variable.  More... | |
| write ($messages, $style='info') | |
| Write messages to output buffer.  More... | |
| error ($message) | |
| Print an error.  More... | |
| notice ($message) | |
| Print a notice.  More... | |
| option ($name) | |
| Returns option value.  More... | |
| argument ($name) | |
| Returns argument value.  More... | |
| assertNotEmpty ($answer) | |
| Question validator for required user response.  More... | |
|  Public Attributes inherited from Elgg\Cli\BaseCommand | |
| const | DEFAULT_VERBOSITY = OutputInterface::VERBOSITY_NORMAL | 
|  Protected Attributes inherited from Elgg\Cli\BaseCommand | |
| $input | |
| $output | |
elgg-cli database:seeders
Definition at line 11 of file DatabaseSeedersCommand.php.
| 
 | protected | 
Command to be executed.This method should return an integer code of the error (or 0 for success). Optionally, the method can return a callable that will receive the instance of this command as an argument
Reimplemented from Elgg\Cli\Command.
Definition at line 24 of file DatabaseSeedersCommand.php.
| 
 | protected | 
{}
Definition at line 16 of file DatabaseSeedersCommand.php.