Beispiel #1
0
 /**
  * Returns CLImate json
  * @see http://climate.thephpleague.com/terminal-objects/json/
  *
  * @param  mixed $mixed String|Array|Object
  * @return mixed
  */
 public function json($mixed)
 {
     return $this->climate->json($mixed);
 }