"function(attribute, value) {
return ($('input:radio[name=\"Notification[is_all_user]\"]:checked').val() == 0) ? true : false;
}"
]
];
return ArrayHelper::merge(parent::rules(), $rules);
}
/**
*
* @return array
*/
public function attributeLabels()
{
return [
'user_id' => yii::t('backend','Customer Name')
];
}
}