phpbb\install\helper\iohandler\cli_iohandler::set_style PHP Method

set_style() public method

Set the style and output used to display feedback;
public set_style ( Symfony\Component\Console\Style\OutputStyle $style, Symfony\Component\Console\Output\OutputInterface $output )
$style Symfony\Component\Console\Style\OutputStyle
$output Symfony\Component\Console\Output\OutputInterface
    public function set_style(OutputStyle $style, OutputInterface $output)
    {
        $this->io = $style;
        $this->output = $output;
    }