コード例 #1
0
 /**
  * display the form
  * @return void
  */
 function display()
 {
     JRequest::setVar('view', 'content');
     parent::display();
 }
コード例 #2
0
 /**
  * display the form
  * @return void
  */
 function display()
 {
     JRequest::setVar('view', 'delete');
     parent::display();
 }
コード例 #3
0
 /**
  * display the form
  * @return void
  */
 function display()
 {
     JRequest::setVar('view', 'categories');
     parent::display();
 }
コード例 #4
0
 /**
  * display the form
  * @return void
  */
 function display()
 {
     JRequest::setVar('view', 'sections');
     parent::display();
 }