Пример #1
0
 /**
  * Returns CLImate draw art
  * @see http://climate.thephpleague.com/terminal-objects/draw/
  *
  * @param  string $string Output
  * @return mixed
  */
 public function draw($string)
 {
     return $this->climate->draw($string);
 }