Ejemplo n.º 1
0
 /**
  * Pay attantion to this output
  * @see http://climate.thephpleague.com/terminal-objects/flank/
  *
  * @param  string $output Output string
  * @param  string $char   Special character
  * @param  int    $length Character length
  * @return mixed
  */
 public function flank($output, $char = null, $length = null)
 {
     return $this->climate->flank($output, $char, $length);
 }