Incorrectly said this was for nudging, not subbing/unsubbing
class SubscribeForm extends Form
{
/**
- * Profile of user to nudge
+ * Profile of user to subscribe to
*/
var $profile = null;
* Constructor
*
* @param HTMLOutputter $out output channel
- * @param Profile $profile profile of user to nudge
+ * @param Profile $profile profile of user to subscribe to
*/
function __construct($out=null, $profile=null)
class UnsubscribeForm extends Form
{
/**
- * Profile of user to nudge
+ * Profile of user to unsubscribe from
*/
var $profile = null;
* Constructor
*
* @param HTMLOutputter $out output channel
- * @param Profile $profile profile of user to nudge
+ * @param Profile $profile profile of user to unsub from
*/
function __construct($out=null, $profile=null)