Inheritance: extends Faker\Provider\Base
Beispiel #1
0
 public function realText($maxNbChars = 200, $indexSize = 2)
 {
     $text = parent::realText($maxNbChars, $indexSize);
     $text = str_replace('„', '', $text);
     return str_replace('“', '', $text);
 }