Contents ../ lithium\console\Command::clear() public method Clears the entire screen. Returns void Source public function clear() { passthru(strtoupper(substr(PHP_OS, 0, 3)) == 'WIN' ? 'cls' : 'clear'); }