Aerys\Console::output PHP 메소드

output() 공개 메소드

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