Lw\Application\Service\User\ViewBadgesRequest::__construct PHP Method

__construct() public method

public __construct ( UserId $userId )
$userId Lw\Domain\Model\User\UserId
    public function __construct($userId)
    {
        $this->userId = $userId;
    }
ViewBadgesRequest