Пример #1
0
 /**
  * Constructs the Module
  *
  * @param string $name         The Name of the Module
  * @param string $display_name The Name that should be displayed to the
  *                             User
  * @param string $path         A relative Path to the Module
  */
 public function __construct($name, $display_name, $path)
 {
     parent::__construct($name, $display_name, $path);
 }
Пример #2
0
 public function __construct($name, $display_name, $path)
 {
     parent::__construct($name, $display_name, $path);
     $this->_smartyPath = PATH_SMARTY_TPL . '/web' . $path;
 }