Elgg  Version 5.1
Protected Member Functions | List of all members
Elgg\Cli\DatabaseSeedCommand Class Reference

elgg-cli database:seed [–limit] More...

Inheritance diagram for Elgg\Cli\DatabaseSeedCommand:
Elgg\Cli\Command Elgg\Cli\BaseCommand

Protected Member Functions

 configure ()
 {} More...
 
 command ()
 {} More...
 
- Protected Member Functions inherited from Elgg\Cli\Command
 command ()
 Command to be executed. More...
 
 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, $level=LogLevel::INFO)
 Write messages to output buffer. More...
 
 error ($message)
 Print an error. More...
 
 notice ($message)
 Print a notce. 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
 

Detailed Description

elgg-cli database:seed [–limit]

Definition at line 11 of file DatabaseSeedCommand.php.

Member Function Documentation

Elgg\Cli\DatabaseSeedCommand::command ( )
protected

{}

Definition at line 48 of file DatabaseSeedCommand.php.

Elgg\Cli\DatabaseSeedCommand::configure ( )
protected

{}

Definition at line 16 of file DatabaseSeedCommand.php.


The documentation for this class was generated from the following file: