run() public méthode

public run ( ) : string
Résultat string
Exemple #1
0
 public function run()
 {
     if ($this->_isBegin) {
         $this->_obContent = ob_get_clean();
         if (!$this->text) {
             $this->text = $this->_obContent;
         }
     }
     return parent::run();
 }