run() public method

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