\Phinx\MigrationAbstractTemplateCreation

Summary

Methods
Properties
Constants
__construct()
getInput()
setInput()
getOutput()
setOutput()
No public properties found
No constants found
No protected methods found
$input
$output
N/A
No private methods found
No private properties found
N/A

Properties

$input

$input : \think\console\Input

Type

\think\console\Input

$output

$output : \think\console\Output

Type

\think\console\Output

Methods

__construct()

__construct(\think\console\Input|null  $input = null, \think\console\Output|null  $output = null) 

Class Constructor.

Parameters

\think\console\Input|null $input
\think\console\Output|null $output

getInput()

getInput() : \think\console\Input

Returns

\think\console\Input

getOutput()

getOutput() : \think\console\Output

Returns

\think\console\Output

setOutput()

setOutput(\think\console\Output  $output) : \Phinx\Migration\CreationInterface

Parameters

\think\console\Output $output

Returns

\Phinx\Migration\CreationInterface