This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.
1-855-332-0555 sales@lemonstand.com Log In
01.
public
function
subscribeEvents()
02.
{
03.
Backend::
$events
->addEvent(
'core:onUserBeforeSave'
,
$this
'before_save_user'
);
04.
}
05.
06.
before_save_user (
$user
)
07.
08.
if
(
->id == 1)
09.
throw
new
Phpr_ApplicationException(
"This user cannot be edited."
10.