$input
$input : \think\console\Input
$input : \think\console\Input
$output : \think\console\Output
__construct(\think\console\Input|null $input = null, \think\console\Output|null $output = null)
Class Constructor.
\think\console\Input|null | $input | |
\think\console\Output|null | $output |
getInput() : \think\console\Input
setInput(\think\console\Input $input) : \Phinx\Migration\CreationInterface
\think\console\Input | $input |
getOutput() : \think\console\Output
setOutput(\think\console\Output $output) : \Phinx\Migration\CreationInterface
\think\console\Output | $output |