Пример #1
0
 /**
  * Returns CLImate inline text
  *
  * @param  string $string Output
  * @return mixed
  */
 public function inline($string)
 {
     return $this->climate->inline($string);
 }