PlgSystemLanguageFilter::onUserBeforeSave
before store user method
Method is called before user data is stored in the database
Signature
public function onUserBeforeSave(array
$user,
boolean
$isnew,
array
$new )
Parameters
-
$user
- Holds the old user data.
-
$isnew
- True if a new user is stored.
-
$new
- Holds the new user data.
Returns
- void