eZ\Publish\Core\Repository\Values\User\UserReference::getUserId PHP Method

getUserId() public method

The User id of the User this reference represent.
public getUserId ( ) : mixed
return mixed
    public function getUserId()
    {
        return $this->userId;
    }