Example #1
0
 /**
  * Makes a technical name human readable.
  *
  * @param string $text The text to humanize.
  *
  * @return string The humanized text.
  */
 public function humanize($text)
 {
     return $this->renderer->humanize($text);
 }