PHP Class think\console\command\optimize\Schema

Inheritance: extends think\console\Command
Mostra file Open project: top-think/framework

Protected Properties

Property Type Description
$output think\console\Output

Protected Methods

Method Description
buildDataBaseSchema ( $tables, $db )
buildModelSchema ( $class )
configure ( )
execute ( Input $input, Output $output )

Method Details

buildDataBaseSchema() protected method

protected buildDataBaseSchema ( $tables, $db )

buildModelSchema() protected method

protected buildModelSchema ( $class )

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Input $input, Output $output )
$input think\console\Input
$output think\console\Output

Property Details

$output protected_oe property

protected Output,think\console $output
return think\console\Output