65 return $oUser->getNewsSubscription()->getOptInStatus();
86 $iStatus = $this->
getConfig()->getRequestParameter(
'status' );
87 if ( $oUser->setNewsSubscription( $iStatus, $this->getConfig()->getConfigParam(
'blOrderOptInEmail' ) ) ) {
88 $this->_iSubscriptionStatus = ($iStatus == 0 && $iStatus !== null)? -1 : 1;
118 $aPath[
'link'] = $oUtils->cleanUrl( $this->
getLink(), array(
'fnc' ));