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