Aerys\Console::output PHP Method

output() public method

public output ( string $msg )
$msg string
    public function output(string $msg)
    {
        return $this->climate->out($msg);
    }