Exemplo n.º 1
0
 /**
  * Generate the list.
  *
  * @return string
  */
 public function generate()
 {
     // Fallback template.
     if (!empty($this->metamodel_layout)) {
         $this->strTemplate = $this->metamodel_layout;
     }
     return parent::generate();
 }
Exemplo n.º 2
0
 /**
  * Display a wildcard in the back end.
  *
  * @return string
  */
 public function generate()
 {
     // Get template if configured.
     if ($this->metamodel_fef_template) {
         $this->strTemplate = $this->metamodel_fef_template;
     }
     return parent::generate();
 }