Ejemplo n.º 1
0
 /**
  * Returns CLImate clear output
  * @see http://climate.thephpleague.com/terminal-objects/clear/
  *
  * @return mixed
  */
 public function clear()
 {
     return $this->climate->clear();
 }