__construct() public method

初始化相关信息
public __construct ( )
 public function __construct()
 {
     if (strtolower(ACTION_NAME) === 'index' && strtolower(MODULE_NAME) === 'profile' && strtolower(APP_NAME) === 'public') {
         $this->isRefresh = 1;
     }
     parent::__construct();
 }
 public function __construct()
 {
     Session::pause();
     parent::__construct();
 }