BeforeUserCreatedEvent¶
-
class
OCP\User\Events\
BeforeUserCreatedEvent
¶ - Emitted before a new user is created on the back-end.
Source: lib/public/User/Events/BeforeUserCreatedEvent.php#37 Parent: OCP\EventDispatcher\Event
Properties¶
Methods¶
-
public
OCP\User\Events\BeforeUserCreatedEvent::
__construct
($uid, $password)¶ Source: lib/public/User/Events/BeforeUserCreatedEvent.php#48 Since: 18.0.0
-
public
OCP\User\Events\BeforeUserCreatedEvent::
getUid
()¶ Source: lib/public/User/Events/BeforeUserCreatedEvent.php#58 Since: 18.0.0
-
public
OCP\User\Events\BeforeUserCreatedEvent::
getPassword
()¶ Source: lib/public/User/Events/BeforeUserCreatedEvent.php#65 Since: 18.0.0