Пример #1
0
 /**
  * Constructor
  *
  *@since 2.0
  */
 function __construct()
 {
     parent::__construct();
 }
Пример #2
0
 function csvexport()
 {
     JRequest::setVar('view', 'csvtool');
     parent::display();
 }