ListSchemas class
Framework\CLI\Commands\ListSchemas
Class ListSchemas.
Extends Framework\CLI\Commands\DatabaseCommand
Defined in libraries/dev-commands/src/ListSchemas.php
Properties #
$description
protected string $description = 'Lists database schemas.'
Methods #
- run()
- -
run()
public function run(): void
Returns
void
Inherited methods #
-
setDatabase()fromFramework\CLI\Commands\DatabaseCommand -
getDatabase()fromFramework\CLI\Commands\DatabaseCommand -
__construct()fromFramework\CLI\Command -
getConsole()fromFramework\CLI\Command -
setConsole()fromFramework\CLI\Command -
getName()fromFramework\CLI\Command -
setName()fromFramework\CLI\Command -
getGroup()fromFramework\CLI\Command -
setGroup()fromFramework\CLI\Command -
getDescription()fromFramework\CLI\Command -
setDescription()fromFramework\CLI\Command -
getUsage()fromFramework\CLI\Command -
setUsage()fromFramework\CLI\Command -
getOptions()fromFramework\CLI\Command -
setOptions()fromFramework\CLI\Command -
isActive()fromFramework\CLI\Command -
activate()fromFramework\CLI\Command -
deactivate()fromFramework\CLI\Command