PHP Class think\console\command\optimize\Route

Inheritance: extends think\console\Command
Mostrar archivo Open project: top-think/framework

Protected Properties

Property Type Description
$output think\console\Output

Protected Methods

Method Description
buildClosure ( &$value )
buildRouteCache ( )
configure ( )
execute ( Input $input, Output $output )

Method Details

buildClosure() protected method

protected buildClosure ( &$value )

buildRouteCache() protected method

protected buildRouteCache ( )

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