Navigation: PHP API > Determine instance data
Instance initiator (getInitiator)
The function allows you to determine the user who initiated the current instance.
Parameter
Type
Description
-
The function returns the user name of the initiator as a string.
Example:
…
$username = $this->getInitiator();