Ejemplo n.º 1
0
 /**
  * Render Designer project
  * @param string $projectFile - file path
  * @param string $renderTo - optional, default false (html tag id)
  */
 public function renderProject($projectFile, $renderTo = false)
 {
     $replaces = $this->getReplaceConfig();
     Designer_Factory::runProject($projectFile, $this->_designerConfig, $replaces, $renderTo);
 }