Ejemplo n.º 1
0
 /**
  * count all nl user objects which has the import_id of this object and which has status Confirmed
  * @return unknown_type
  */
 function getImportedUserCountLiveConfirmed()
 {
     return CjwNewsletterUser::fetchUserListByImportIdAndStatusCount($this->attribute('id'), CjwNewsletterUser::STATUS_CONFIRMED);
 }