Devise\Support\Console\DeviseUpgradeCommand::io PHP Method

io() protected method

Makes an io connection
protected io ( ) : [type]
return [type]
    protected function io()
    {
        return $this->io ?: ($this->io = $this);
    }