예제 #1
0
 /**
  * display the edit form
  * @return void
  */
 function edit()
 {
     JRequest::setVar('view', 'FriendManager');
     JRequest::setVar('layout', 'form');
     JRequest::setVar('hidemainmenu', 1);
     parent::display();
 }
예제 #2
0
 /**
  * constructor (registers additional tasks to methods)
  * @return void
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra tasks
     //$this->registerTask( 'add' , 'edit' );
 }
예제 #3
0
파일: backups.php 프로젝트: bizanto/Hooked
 /**
  * Constructor (registers additional tasks to methods).
  */
 function __construct()
 {
     parent::__construct();
 }