__construct() public method

Import the back end user object
public __construct ( )
Esempio n. 1
0
 /**
  * Import the back end user object
  */
 public function __construct()
 {
     parent::__construct();
 }