Documentation

Gdpr
in package

GDPR service.

Tags
psalm-import-type

ActivityGdprArrayType from ActivityModel as ImportedActivityGdprArrayType

psalm-import-type

AddressGdprArrayType from AddressModel as ImportedAddressGdprArrayType

psalm-import-type

ApiAppAuthenticationGdprArrayType from ApiAppAuthenticationModel as ImportedApiAppAuthenticationGdprArrayType

psalm-import-type

AuthorizationGdprArrayType from AuthorizationModel as ImportedAuthorizationGdprArrayType

psalm-import-type

CourseDocumentGdprArrayType from CourseDocumentModel as ImportedCourseDocumentGdprArrayType

psalm-import-type

LoginAttemptGdprArrayType from LoginAttemptModel as ImportedLoginAttemptGdprArrayType

psalm-import-type

MailingListGdprArrayType from MailingListModel as ImportedMailingListGdprArrayType

psalm-import-type

MemberGdprArrayType from MemberModel as ImportedMemberGdprArrayType

psalm-import-type

PhotoGdprArrayType from PhotoModel as ImportedPhotoGdprArrayType

psalm-import-type

PollGdprArrayType from PollModel as ImportedPollGdprArrayType

psalm-import-type

PollCommentGdprArrayType from PollCommentModel as ImportedPollCommentGdprArrayType

psalm-import-type

PollVoteGdprArrayType from PollVoteModel as ImportedPollVoteGdprArrayType

psalm-import-type

ProfilePhotoGdprArrayType from ProfilePhotoModel as ImportedProfilePhotoGdprArrayType

psalm-import-type

SignupGdprArrayType from SignupModel as ImportedSignupGdprArrayType

psalm-import-type

SubDecisionGdprArrayType from SubDecisionModel as ImportedSubDecisionGdprArrayType

psalm-import-type

TagGdprArrayType from TagModel as ImportedTagGdprArrayType

psalm-import-type

UserGdprArrayType from UserModel as ImportedUserGdprArrayType

psalm-import-type

VoteGdprArrayType from VoteModel as ImportedVoteGdprArrayType

psalm-type

ImportedApprovableTraitGdprArrayType = array{ id: int, approved: int, approvedAt: ?string, approvableText: ?string, } // Psalm does not (yet) support importing types from traits, as such this is re-defined here.

Table of Contents

Properties

$aclService  : AclService
$activityMapper  : Activity
$apiAppAuthenticationMapper  : ApiAppAuthentication
$authorizationMapper  : Authorization
$companyMapper  : Company
$courseDocumentMapper  : CourseDocument
$jobMapper  : Job
$loginAttemptMapper  : LoginAttempt
$memberMapper  : Member
$photoMapper  : Photo
$pollCommentMapper  : PollComment
$pollMapper  : Poll
$profilePhotoMapper  : ProfilePhoto
$signupMapper  : Signup
$subDecisionMapper  : SubDecision
$tagMapper  : Tag
$translator  : Translator
$userMapper  : User
$voteMapper  : Vote

Methods

__construct()  : mixed
getMemberData()  : array<string|int, mixed>

Properties

$jobMapper read-only

private Job $jobMapper

$photoMapper read-only

private Photo $photoMapper

$pollMapper read-only

private Poll $pollMapper

$tagMapper read-only

private Tag $tagMapper

$translator read-only

private Translator $translator

$userMapper read-only

private User $userMapper

$voteMapper read-only

private Vote $voteMapper

Methods

__construct()

public __construct(AclService $aclService, Translator $translator, Activity $activityMapper, ApiAppAuthentication $apiAppAuthenticationMapper, Authorization $authorizationMapper, Company $companyMapper, CourseDocument $courseDocumentMapper, Job $jobMapper, LoginAttempt $loginAttemptMapper, Member $memberMapper, Poll $pollMapper, PollComment $pollCommentMapper, Photo $photoMapper, ProfilePhoto $profilePhotoMapper, Signup $signupMapper, SubDecision $subDecisionMapper, Tag $tagMapper, User $userMapper, Vote $voteMapper) : mixed
Parameters
$aclService : AclService
$translator : Translator
$activityMapper : Activity
$apiAppAuthenticationMapper : ApiAppAuthentication
$authorizationMapper : Authorization
$companyMapper : Company
$courseDocumentMapper : CourseDocument
$jobMapper : Job
$loginAttemptMapper : LoginAttempt
$memberMapper : Member
$pollMapper : Poll
$pollCommentMapper : PollComment
$photoMapper : Photo
$profilePhotoMapper : ProfilePhoto
$signupMapper : Signup
$subDecisionMapper : SubDecision
$tagMapper : Tag
$userMapper : User
$voteMapper : Vote

getMemberData()

public getMemberData(int $lidnr) : array<string|int, mixed>
Parameters
$lidnr : int
Return values
array<string|int, mixed>

        
On this page

Search results