Example #1
0
 public function __construct($name, $display_name, $path)
 {
     parent::__construct($name, $display_name, $path);
 }
Example #2
0
 protected function entryPoint($dataContainer)
 {
     parent::entryPoint($dataContainer);
     $this->initSmartyVariables();
 }