run() public method

Content displayed before this method call and after FragmentCache::init will be captured and saved in cache. This method does nothing if valid content is already found in cache.
public run ( )
 public function run()
 {
     if ($this->startedGathering === true) {
         $this->viewElementsGathener->endGathering();
     }
     parent::run();
 }