ShowSchema class
Framework\CLI\Commands\ShowSchema
Class ShowSchema.
Extends Framework\CLI\Commands\DatabaseCommand
Defined in libraries/dev-commands/src/ShowSchema.php
Properties #
$description
protected string $description = 'Shows database schema information.'
Methods #
- getTableList()
- -
- run()
- -
getTableList()
public function getTableList(string $schema): array
Parameters
- string $schema
Returns
array
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