Table of Contents
Properties
-
$memberProfile
: MemberProfile
-
$env
: array<string|int, mixed>
-
$member
: Member
-
$memberLink
: MemberLink
-
$tplDefLink
: string
-
$tplDlBlock
: string
Methods
-
__construct()
: mixed
-
generateProfile()
: string
-
getCountryInstance()
: Country
-
getEmbedInstance()
: Embed
-
getMemberInstance()
: Member
-
getBioDataBlockPimp()
: string
-
getLinksWithCountPimp()
: string
-
getProfileContactDataPimp()
: array<string|int, mixed>
-
getProfileDataPimp()
: array<string|int, mixed>
-
getProfileDiffDataPimp()
: array<string|int, mixed>
-
getProfileHeadPimp()
: string
$memberProfile
public
MemberProfile
$memberProfile
$env
private
array<string|int, mixed>
$env
$member
private
Member
$member
$memberLink
private
MemberLink
$memberLink
$tplDefLink
private
string
$tplDefLink
$tplDlBlock
private
string
$tplDlBlock
__construct()
public
__construct() : mixed
generateProfile()
public
generateProfile(BuddyProfile $buddyProfile[, array<string|int, mixed> $naUserCnt = [] ]) : string
Parameters
-
$buddyProfile
: BuddyProfile
-
-
$naUserCnt
: array<string|int, mixed>
= []
-
-
throws
-
Exception
getCountryInstance()
public
getCountryInstance() : Country
getEmbedInstance()
public
getEmbedInstance() : Embed
getMemberInstance()
public
getMemberInstance() : Member
getBioDataBlockPimp()
private
getBioDataBlockPimp() : string
-
throws
-
Exception
getLinksWithCountPimp()
private
getLinksWithCountPimp([array<string|int, mixed> $naUserCnt = [] ]) : string
Parameters
-
$naUserCnt
: array<string|int, mixed>
= []
-
-
throws
-
Exception
private
getProfileContactDataPimp(BuddyProfile $buddyProfile) : array<string|int, mixed>
Parameters
-
$buddyProfile
: BuddyProfile
-
-
throws
-
Exception
Return values
array<string|int, mixed>
getProfileDataPimp()
private
getProfileDataPimp([array<string|int, mixed> $naUserCnt = [] ]) : array<string|int, mixed>
Parameters
-
$naUserCnt
: array<string|int, mixed>
= []
-
-
throws
-
RandomException
-
throws
-
Exception
Return values
array<string|int, mixed>
getProfileDiffDataPimp()
private
getProfileDiffDataPimp() : array<string|int, mixed>
-
throws
-
RandomException
-
throws
-
Exception
Return values
array<string|int, mixed>
getProfileHeadPimp()
private
getProfileHeadPimp(array<string|int, mixed> $saContactData) : string
Parameters
-
$saContactData
: array<string|int, mixed>
-
-
throws
-
Exception