Docs Goabase

MemberProfile
in package

Class MemberProfile

Table of Contents

getBirthdaySelect()  : string
Erzeugt Dreier-Selectbox für Geburtstag
getCssStyleSwitch()  : string
getOldNamesBubble()  : string
getPhotoFull()  : array<string|int, mixed>
Zeigt ein Member-Bild
getVotesCntWithStar()  : array<string|int, mixed>
showAllPartyStats()  : string
Zeigt dem Veranstalter eine Liste seiner Partys incl Statistik-Infos
showMemberLinks()  : int
Zeigt die Websites eines Members lokale funktion
stripSelectedTags()  : array<string|int, mixed>|string
StripSelectedTags ( string str [, string strip_tags[, strip_content flag]] ) --------------------------------------------------------------------- Like strip_tags() but inverse; the strip_tags tags will be stripped, not kept.

Methods

getBirthdaySelect()

Erzeugt Dreier-Selectbox für Geburtstag

public static getBirthdaySelect() : string
Return values
string

getCssStyleSwitch()

public static getCssStyleSwitch([string $cssM = '' ][, string $strText = '' ][, string $strCSS = '' ]) : string
Parameters
$cssM : string = ''
  • eigentlich eine $_GET
$strText : string = ''
  • der Text
$strCSS : string = ''
Return values
string

getOldNamesBubble()

public static getOldNamesBubble(string $strOldNames) : string
Parameters
$strOldNames : string
  • ein json-string der alten namen
Return values
string

getPhotoFull()

Zeigt ein Member-Bild

public static getPhotoFull([array<string|int, mixed> $saAtt = [] ]) : array<string|int, mixed>
Parameters
$saAtt : array<string|int, mixed> = []
Return values
array<string|int, mixed>

getVotesCntWithStar()

public static getVotesCntWithStar(string $table) : array<string|int, mixed>
Parameters
$table : string
Return values
array<string|int, mixed>

showAllPartyStats()

Zeigt dem Veranstalter eine Liste seiner Partys incl Statistik-Infos

public static showAllPartyStats([array<string|int, mixed> $saAtt = [] ], int $nPos) : string
Parameters
$saAtt : array<string|int, mixed> = []

key:year fuer das jahr

$nPos : int
Return values
string

Zeigt die Websites eines Members lokale funktion

public static showMemberLinks(array<string|int, mixed> $saAtt, int $nPos) : int
Parameters
$saAtt : array<string|int, mixed>

Suchbegriffe

$nPos : int

Seiten-Position

Return values
int

$Anzahl

stripSelectedTags()

StripSelectedTags ( string str [, string strip_tags[, strip_content flag]] ) --------------------------------------------------------------------- Like strip_tags() but inverse; the strip_tags tags will be stripped, not kept.

public static stripSelectedTags( $str[, string $tags = '' ][, bool $stripContent = false ]) : array<string|int, mixed>|string

strip_tags: string with tags to strip, ex: "

" etc. strip_content flag: TRUE will also strip everything between open and closed tag http://de.php.net/strip_tags

Parameters
$str :
$tags : string = ''
$stripContent : bool = false
Return values
array<string|int, mixed>|string

Search results