Beispiel #1
0
 public function transform($text)
 {
     if ($this->running) {
         return parent::runBlockGamut($text);
     }
     $this->running = true;
     $text = parent::transform($text);
     $this->running = false;
     return $text;
 }