getDestinationLocation() public method

Example #1
0
 public function writeHtmlFiles()
 {
     $this->app->getFileHandler()->clearDestinationLocation();
     foreach ($this->PageCollection as $key => $Page) {
         $this->PageCollection[$key]->writeHtmlFile($this->app->getDestinationLocation());
     }
     $this->app->setPageCollection($this->PageCollection);
 }