Beispiel #1
0
 /**
  * @return string The formatted parameter
  */
 public function format()
 {
     return $this->formatter->format($this->event, $this->parameter);
 }
Beispiel #2
0
 /**
  * @param bool $allowHtml   Should HTML be used to format the parameter?
  * @param bool $verbose     Should paths, names, etc be shortened or full length
  * @return string The formatted parameter
  */
 public function format($allowHtml, $verbose = false)
 {
     return $this->formatter->format($this->event, $this->parameter, $allowHtml, $verbose);
 }