\

Classes

AbstractBasePage
ArrayWrap
AutoloadPlug To be as flexible as possible, our autoload uses a dynamically set callback to determine wher a class is defined.
BufferWrap This wrapper
ClassLoader This thing can be plugged into the AutoloadPlug, by AutoloadPlug::setCallback(array(new ClassLoader, 'autoload'));
CVolMenu
DIContainer
EntityException defines an exception class for entities so, any EntityExceptions caught anywhere will come from one place only - guess where
EnvironmentExplorer
ExceptionLogger
FlaglistModel
Formkit
ForumNotificationMailbot the mailbot that sends messages for forum/group posts
FullPagePager
HalfPagePager
Html2Text Converts HTML to formatted plain text
InjectionWrap TODO: this is not really a "RoxComponent", but.
ItemlistWidget
ItemlistWithPagination
Layoutkit
LookedUpWord This class stores all the information from looking up a word keycode in the database.
Mailbot Mailbot base class
MassMailbot the mailbot that sends messages for newsletters, etc.
MemberToMemberMailbot the mailbot that sends private messages between members
MethodWrap
MethodWrap_array
MOD_bw_memcache
MOD_bw_user_Auth Authentication lib
MOD_crypt Build an array with the last visits on the member IdMember assumed it is the currently logged member if no IdMember is provided
MOD_dnsblock Collection of methods to check ips against DNS Block Lists
MOD_enc All encryption / decryption should get routed here.
MOD_encdb All r/w operations on potentially encrypted fields in database should get initiated here.
MOD_flag
MOD_geo Collection of methods related to geographical data.
MOD_geonames Collection of methods related to geographical data.
MOD_htmlpure Collection of functions that create elements for a page.
MOD_i18n
MOD_images_Image
MOD_layoutbits Collection of functions that create elements for a page.
MOD_log Writes and reads from the logs table.
MOD_mail MOD_mails lets you create & send mails using our default template
MOD_mail_Multipart
MOD_member Get information about a specific member.
MOD_news Prepare the news content for main page
MOD_online
MOD_params Collection of functions that create elements for a page.
MOD_right
MOD_right_flag
MOD_sphinx Module to encapsulate the Sphinx search engine API
MOD_trips Build an array with the last visits on the member IdMember assumed it is the currently logged member if no IdMember is provided
MOD_user
MOD_user_Auth Authentication lib
MOD_visits Build an array with the last visits on the member IdMember assumed it is the currently logged member if no IdMember is provided
MOD_words Enables us to use content from words table of BW from within the platform PT structure.
ObjectWithInjection
OldWordsAdapter
PagerWidget
PageWithActiveSkin
PageWithHTML
PageWithHTMLpart
PageWithParameterizedRoxLayout
PageWithRoxLayout
PHPGlobals Encapsulates PHP globals such as _REQUEST and _POST
PHPGlobals_DroxMock Encapsulates PHP globals such as _REQUEST and _POST
PrefixWrap
ReadAndAddObject
ReadOnlyObject
ReadWriteObject
RequestRouter
RoxAppView
RoxComponentBase
RoxControllerBase
RoxEntityBase Unlike an application model, an "entity" does actually represent a realworld (or imaginary) object!
RoxEntityFactory This factory is used to create entity objects like Group or Member All MVC-model derived classes are born with an instance of it
RoxFrontRouter
RoxFrontRouterModel Acts as the base for all MVC-models and entities implements various database calls and makes sure the model and entities will always have a dao object (accessed using $this->dao)
RoxGenericPage this class allows to have a local page object, and replaces the global PVars::getObj('page').
RoxGenericPage this class allows to have a local page object, and replaces the global PVars::getObj('page').
RoxGenericPage_OLD
RoxGenericPage_OLD
RoxLauncher methods in here get called by other methods in PTLauncher.
RoxLoader
RoxLocalSettingsImporter This class can import local settings from the old "inc/config.inc.php", and create a fresh new "rox_local.ini".
RoxModelBase Acts as the base for all MVC-models and entities implements various database calls and makes sure the model and entities will always have a dao object (accessed using $this->dao)
RoxPageView alias for the PageWithRoxLayout
RoxPostHandler The PPostHandler sucks, so we make a new one.
RoxTemplate
RoxWidget
SafeHTML SafeHTML Parser
SessionMemory
trad It needs the memcache extension to be activated in PHP and the $param->memcache entry to be set to true
TranslationModule
TranslationWrap
ViewWrap This is an alias, for backwards compatibility
VisualComponent
VolunteerbarModel
WordPrintStrategy_notranslate
WordPrintStrategy_translate
WordPrintStrategy_translateClickFullText
WordsGateway

Constants

BUILD_DIR

BUILD_DIR

CV_def_lang

CV_def_lang

DATA_DIR

DATA_DIR

HTDOCS_BASE

HTDOCS_BASE

The directory where the index.php resides

HTDOCS_BASE

HTDOCS_BASE

The directory where the index.php resides

LIB_DIR

LIB_DIR

SCRIPT_BASE

SCRIPT_BASE

The directory where the script resides

SCRIPT_BASE

SCRIPT_BASE

The directory where the script resides

SCRIPT_BASE

SCRIPT_BASE

TEMPLATE_DIR

TEMPLATE_DIR

Functions

__autoload()

__autoload(string $classname)

This PHP magic function gets called whenever a script uses a yet undefined classname, which can be for subclassing, for constructing ("new" keyword), or for calling static methods or attributes.

Parameters

string $classname

_Pagination()

_Pagination( $maxpos)

Parameters

$maxpos

AdminReadCrypted()

AdminReadCrypted( $IdCrypt)

Parameters

$IdCrypt

analyse()

analyse( $fname,  $searchstr,  $nbligne,  $searchstr2,  $searchnot)

Parameters

$fname
$searchstr
$nbligne
$searchstr2
$searchnot

BuildVolMenu()

BuildVolMenu()

bw_error()

bw_error(string $errortext,  $showalways)

print the error and die

Parameters

string $errortext

error text to be printed this function write data in php_log according to member right (Debug) this function will also display error on screen

$showalways

bw_mail()

bw_mail( $to,  $subject,  $text,  $extra_headers,  $from,  $IdLanguage,  $PreferenceHtmlEmail,  $LogInfo,  $replyto,  $Greetings)

Parameters

$to
$subject
$text
$extra_headers
$from
$IdLanguage
$PreferenceHtmlEmail
$LogInfo
$replyto
$Greetings

bw_sendmail()

bw_sendmail( $to,  $_mail_subject,  $text,  $textinhtml,  $extra_headers,  $_FromParam,  $IdLanguage,  $PreferenceHtmlEmail,  $LogInfo,  $replyto,  $ParamGreetings)

Parameters

$to
$_mail_subject
$text
$textinhtml
$extra_headers
$_FromParam
$IdLanguage
$PreferenceHtmlEmail
$LogInfo
$replyto
$ParamGreetings

bwlink()

bwlink( $relative_url,  $omit_bw)

Parameters

$relative_url
$omit_bw

CanTranslate()

CanTranslate( $IdMember)

Parameters

$IdMember

CheckDBParams()

CheckDBParams()

CheckEmail()

CheckEmail( $email)

Parameters

$email

CheckStatus()

CheckStatus( $Status,  $paramIdMember)

Parameters

$Status
$paramIdMember

ComputeSpamCheck()

ComputeSpamCheck( $IdMess)

Parameters

$IdMess

CreateKey()

CreateKey( $s1,  $s2,  $IdMember,  $ss)

Parameters

$s1
$s2
$IdMember
$ss

DBConnect()

DBConnect()

DBUpdateCheck()

DBUpdateCheck()

debug()

debug( $s1,  $s2,  $s3,  $s4,  $s5,  $s6,  $s7,  $s8,  $s9,  $s10,  $s11,  $s12)

Parameters

$s1
$s2
$s3
$s4
$s5
$s6
$s7
$s8
$s9
$s10
$s11
$s12

DisplayAdminComments()

DisplayAdminComments( $TData,  $lastaction,  $page,  $itemsperpage,  $count,  $urlpiece)

Parameters

$TData
$lastaction
$page
$itemsperpage
$count
$urlpiece

DisplayAdminLogs()

DisplayAdminLogs( $tData,  $username,  $type,  $ip,  $andS1,  $andS2,  $notAndS1,  $notAndS2,  $maxpos)

Parameters

$tData
$username
$type
$ip
$andS1
$andS2
$notAndS1
$notAndS2
$maxpos

DisplayAdminMassMails()

DisplayAdminMassMails( $TData)

Parameters

$TData

DisplayAdminMassMailsList()

DisplayAdminMassMailsList( $TData)

Parameters

$TData

DisplayAdminMassprepareenque()

DisplayAdminMassprepareenque( $rBroadCast,  $TGroupList,  $TCountries,  $TData,  $count,  $countnonews,  $query)

Parameters

$rBroadCast
$TGroupList
$TCountries
$TData
$count
$countnonews
$query

DisplayAdminMassToApprove()

DisplayAdminMassToApprove( $ToApprove)

Parameters

$ToApprove

DisplayEditFaq()

DisplayEditFaq( $Faq,  $TCategory)

Parameters

$Faq
$TCategory

DisplayError()

DisplayError( $ErrorMessage)

Parameters

$ErrorMessage

DisplayFaq()

DisplayFaq( $TFaq)

Parameters

$TFaq

DisplayFaq()

DisplayFaq( $TData,  $Message)

Parameters

$TData
$Message

DisplayFaqWiki()

DisplayFaqWiki( $TFaq)

Parameters

$TFaq

DisplayFlag()

DisplayFlag( $ShortLang,  $png,  $title)

Parameters

$ShortLang
$png
$title

DisplayFormCreateBroadcast()

DisplayFormCreateBroadcast( $IdBroadCast,  $Name,  $BroadCast_Title_,  $BroadCast_Body_,  $Description,  $Type)

Parameters

$IdBroadCast
$Name
$BroadCast_Title_
$BroadCast_Body_
$Description
$Type

DisplayGrepForm()

DisplayGrepForm( $s1,  $s2,  $stringnot,  $scope,  $RightLevel,  $previousres)

Parameters

$s1
$s2
$stringnot
$scope
$RightLevel
$previousres

DisplayHeaderIndexPage()

DisplayHeaderIndexPage( $TitleTopContent)

Parameters

$TitleTopContent

DisplayHeaderMainPage()

DisplayHeaderMainPage( $TitleTopContent,  $MessageBeforeColumnLow,  $ActionList)

Parameters

$TitleTopContent
$MessageBeforeColumnLow
$ActionList

DisplayHeaderShortUserContent()

DisplayHeaderShortUserContent( $TitleTopContent)

Parameters

$TitleTopContent

DisplayHeaderWithColumns()

DisplayHeaderWithColumns( $TitleTopContent,  $MessageBeforeColumnLow,  $ActionList)

Parameters

$TitleTopContent
$MessageBeforeColumnLow
$ActionList

DisplayMessages()

DisplayMessages( $TMess,  $lastaction,  $IdSender)

Parameters

$TMess
$lastaction
$IdSender

DisplayMyQueryList()

DisplayMyQueryList( $TList)

Parameters

$TList

DisplayMyResults()

DisplayMyResults( $_TResult,  $_TTitle,  $_TTsqry,  $rQuery,  $Message,  $TList)

Parameters

$_TResult
$_TTitle
$_TTsqry
$rQuery
$Message
$TList

DisplayMyTranslators()

DisplayMyTranslators( $TData,  $m)

Parameters

$TData
$m

DisplayPannel()

DisplayPannel( $TData,  $Message)

Parameters

$TData
$Message

DisplayPendingMayBeSpammers()

DisplayPendingMayBeSpammers( $TMess,  $lastaction)

Parameters

$TMess
$lastaction

DisplayUsers()

DisplayUsers( $rQuery,  $TResult,  $Message)

Parameters

$rQuery
$TResult
$Message

DummyPict()

DummyPict( $Gender,  $HideGender)

Parameters

$Gender
$HideGender

EvaluateMyEvents()

EvaluateMyEvents()

factive()

factive( $link,  $value,  $IdLanguage)

Parameters

$link
$value
$IdLanguage

fage()

fage( $dd,  $hidden)

Parameters

$dd
$hidden

fage_value()

fage_value( $dd)

Parameters

$dd

fFullName()

fFullName( $m)

Parameters

$m

FindTrad()

FindTrad( $IdTrad,  $ReplaceWithBr)

Parameters

$IdTrad
$ReplaceWithBr

FlagLanguage()

FlagLanguage( $IdLang,  $title)

Parameters

$IdLang
$title

fSince()

fSince( $dd)

Parameters

$dd

fTrad()

fTrad(mixed $IdTrad, mixed $ReplaceWithBr,  $IdForceLanguage) : string

Parameters

mixed $IdTrad

the id of a forum_trads.IdTrad record to retrieve

mixed $ReplaceWithBr

allows

$IdForceLanguage

Returns

string —

translated according to the best language find

fUsername()

fUsername( $cid)

Parameters

$cid

GetArrayParam()

GetArrayParam( $param,  $defaultvalue)

Parameters

$param
$defaultvalue

getBroadCastElement()

getBroadCastElement( $wordCode,  $languageId,  $username,  $email)

Parameters

$wordCode
$languageId
$username
$email

getcityname()

getcityname( $IdCity)

Parameters

$IdCity

getcount()

getcount( $Status,  $RestrictToIdMember)

Parameters

$Status
$RestrictToIdMember

getcountryname()

getcountryname( $IdCountry)

Parameters

$IdCountry

getcountrynamebycode()

getcountrynamebycode( $isoalpha2)

Parameters

$isoalpha2

GetCryptA()

GetCryptA( $ss)

Parameters

$ss

GetCryptM()

GetCryptM( $ss,  $IsCrypted)

Parameters

$ss
$IsCrypted

GetDeCryptA()

GetDeCryptA( $ss)

Parameters

$ss

GetDeCryptM()

GetDeCryptM( $ss)

Parameters

$ss

GetDefaultLanguage()

GetDefaultLanguage( $IdMember)

Parameters

$IdMember

GetEmail()

GetEmail( $IdMemb)

Parameters

$IdMemb

GetIdRegionForCity()

GetIdRegionForCity( $IdCity)

Parameters

$IdCity

GetParam()

GetParam( $param,  $defaultvalue)

Parameters

$param
$defaultvalue

GetPreference()

GetPreference( $namepref,  $idm)

Parameters

$namepref
$idm

getregionname()

getregionname( $IdRegion)

Parameters

$IdRegion

GetStrParam()

GetStrParam( $param,  $defaultvalue)

Parameters

$param
$defaultvalue

getthumb()

getthumb( $file,  $max_x,  $max_y,  $quality,  $thumbdir,  $mode)

Parameters

$file
$max_x
$max_y
$quality
$thumbdir
$mode

HasFlag()

HasFlag( $FlagName,  $_Scope,  $OptionalIdMember)

Parameters

$FlagName
$_Scope
$OptionalIdMember

HasRight()

HasRight( $RightName,  $_Scope,  $OptionalIdMember)

Parameters

$RightName
$_Scope
$OptionalIdMember

IdGroup()

IdGroup( $IdGroup)

Parameters

$IdGroup

IdMember()

IdMember( $username)

Parameters

$username

IdMemberShip()

IdMemberShip( $IdGroup,  $IdMemb)

Parameters

$IdGroup
$IdMemb

init()

init()

InsertInCrypted()

InsertInCrypted( $ss,  $_IdMember,  $IsCrypted)

Parameters

$ss
$_IdMember
$IsCrypted

InsertInFTrad()

InsertInFTrad( $ss,  $TableColumn,  $IdRecord,  $_IdMember,  $_IdLanguage,  $IdTrad)

Parameters

$ss
$TableColumn
$IdRecord
$_IdMember
$_IdLanguage
$IdTrad

InsertInMTrad()

InsertInMTrad( $ss,  $_IdMember,  $_IdLanguage,  $IdTrad)

Parameters

$ss
$_IdMember
$_IdLanguage
$IdTrad

IsAdmin()

IsAdmin()

MustLogIn force the user to log and then call the link passed in parameter

IsCrypted()

IsCrypted( $IdCrypt)

Parameters

$IdCrypt

IsCryptedValue()

IsCryptedValue( $IdCrypt)

Parameters

$IdCrypt

IsLoggedIn()

IsLoggedIn( $ExtraAllowedStatus) : boolean

check if the user is a logged in member @$ExtraAllowedStatus allows for a list, comma separated of extra status which can be allowed for members in addition to the basic Active and ActiveHidden members.Status this means that in the default case : (IsLoggedIn()) will return true only if the member has a session with an IdMember and a Status like Active or ActiveHidden in the extended cases (IsLoggedIn("Pending")) will also return true if the member has a a status set to Pending, this allow to give specific access to other members than the one with Active or ActiveHiddend Status

Parameters

$ExtraAllowedStatus

Returns

boolean

IsPublic()

IsPublic( $IdMember)

Parameters

$IdMember

IsVol()

IsVol() : boolean

IsVol return true wether the members is a volunteer or not (it mean : if the members has any special right)

Returns

boolean

json_encode()

json_encode(\unknown_type $a) : \unknown

This function is from http://de2.php.net/manual/en/function.json-encode.php#82904

It can replace the native json_encode function of php. It is only included if the native function is not found. (this can happen if we run an older php version)

Parameters

\unknown_type $a

Returns

\unknown

LanguageChangeTest()

LanguageChangeTest()

LanguageName()

LanguageName( $IdLanguage)

Parameters

$IdLanguage

LinkEditWord()

LinkEditWord( $code,  $_IdLanguage)

Parameters

$code
$_IdLanguage

LinkWithGroup()

LinkWithGroup( $groupname,  $Status)

Parameters

$groupname
$Status

LinkWithPicture()

LinkWithPicture( $Username,  $ParamPhoto,  $Status)

Parameters

$Username
$ParamPhoto
$Status

LinkWithUsername()

LinkWithUsername( $Username,  $Status)

Parameters

$Username
$Status

loaddata()

loaddata( $Status,  $RestrictToIdMember,  $page,  $limit)

Parameters

$Status
$RestrictToIdMember
$page
$limit

LoadingData()

LoadingData( $source)

Parameters

$source

LoadingData()

LoadingData( $source)

Parameters

$source

LoadRow()

LoadRow( $str)

Parameters

$str

localdate()

localdate( $ttparam,  $formatparam)

Parameters

$ttparam
$formatparam

Login()

Login( $username,  $password,  $forward)

Parameters

$username
$password
$forward

Logout()

Logout()

Logout member and display start page Must be called before any HTML is written.

LogStr()

LogStr( $stext,  $stype)

Parameters

$stext
$stype

LogVisit()

LogVisit()

main()

main()

MakeRevision()

MakeRevision( $Id,  $TableName,  $IdMemberParam,  $DoneBy)

Parameters

$Id
$TableName
$IdMemberParam
$DoneBy

MemberCrypt()

MemberCrypt( $IdCrypt)

Parameters

$IdCrypt

MemberDecrypt()

MemberDecrypt( $IdCrypt)

Parameters

$IdCrypt

MemberReadCrypted()

MemberReadCrypted( $IdCrypt)

Parameters

$IdCrypt

Menu1()

Menu1( $link,  $tt)

Parameters

$link
$tt

Menu1_old()

Menu1_old( $link,  $tt)

Parameters

$link
$tt

Menu2()

Menu2( $link,  $tt)

Parameters

$link
$tt

Menu2_old()

Menu2_old( $link,  $tt)

Parameters

$link
$tt

menu_link()

menu_link( $link,  $to,  $msg,  $src)

Parameters

$link
$to
$msg
$src

MustBeAdmin()

MustBeAdmin()

print an error and die if the user is not logged in or is not an admin

MustLogIn()

MustLogIn()

MyLoadRow()

MyLoadRow( $ss)

Parameters

$ss

MyPict()

MyPict( $paramIdMember)

Parameters

$paramIdMember

NewInsertInCrypted()

NewInsertInCrypted( $ss,  $TableColumn,  $IdRecord,  $_IdMember,  $IsCrypted)

Parameters

$ss
$TableColumn
$IdRecord
$_IdMember
$IsCrypted

NewInsertInMTrad()

NewInsertInMTrad( $ss,  $TableColumn,  $IdRecord,  $_IdMember,  $_IdLanguage,  $IdTrad)

Parameters

$ss
$TableColumn
$IdRecord
$_IdMember
$_IdLanguage
$IdTrad

NewReplaceInCrypted()

NewReplaceInCrypted( $ss,  $TableColumn,  $IdRecord,  $IdCrypt,  $_IdMember,  $IsCrypted)

Parameters

$ss
$TableColumn
$IdRecord
$IdCrypt
$_IdMember
$IsCrypted

NewReplaceInMTrad()

NewReplaceInMTrad( $ss,  $TableColumn,  $IdRecord,  $IdTrad,  $IdOwner)

Parameters

$ss
$TableColumn
$IdRecord
$IdTrad
$IdOwner

ParamUrl()

ParamUrl()

PictureInMail()

PictureInMail( $Username)

Parameters

$Username

ProfileVolunteerMenu()

ProfileVolunteerMenu( $m)

Parameters

$m

ProposeCity()

ProposeCity( $Id,  $IdRegion,  $form,  $CityName,  $IdCountry)

this function proposes a city according to preselected region or to CityName and preselected country if any

Parameters

$Id
$IdRegion
$form
$CityName
$IdCountry

ProposeCountry()

ProposeCountry( $Id,  $form,  $isoalpha2)

Parameters

$Id
$form
$isoalpha2

ProposeRegion()

ProposeRegion( $Id,  $IdCountry,  $form)

Parameters

$Id
$IdCountry
$form

PublicReadCrypted()

PublicReadCrypted( $IdCrypt,  $returnval)

Parameters

$IdCrypt
$returnval

redirect()

redirect( $url)

Parameters

$url

refuse_login()

refuse_login( $message,  $nextlink,  $Status)

Parameters

$message
$nextlink
$Status

ReplaceInCrypted()

ReplaceInCrypted( $ss,  $IdCrypt,  $_IdMember,  $IsCrypted)

Parameters

$ss
$IdCrypt
$_IdMember
$IsCrypted

ReplaceInFTrad()

ReplaceInFTrad( $ss,  $TableColumn,  $IdRecord,  $IdTrad,  $IdOwner)

Parameters

$ss
$TableColumn
$IdRecord
$IdTrad
$IdOwner

ReplaceInMTrad()

ReplaceInMTrad( $ss,  $IdTrad,  $IdOwner)

Parameters

$ss
$IdTrad
$IdOwner

ReplaceWithBR()

ReplaceWithBR( $ss,  $ReplaceWith)

Parameters

$ss
$ReplaceWith

ReverseCrypt()

ReverseCrypt( $IdCrypt)

Parameters

$IdCrypt

RightScope()

RightScope( $RightName,  $Scope)

Parameters

$RightName
$Scope

runMailbots()

runMailbots() : \none

main function instantiating and running the mailbots

Returns

\none

SetForumNotificationStatus()

SetForumNotificationStatus( $notifId,  $status)

Parameters

$notifId
$status

SetupSession()

SetupSession()

ShortLangSentence()

ShortLangSentence( $IdLanguage)

Parameters

$IdLanguage

ShowActions()

ShowActions( $Action,  $VolMenu)

Parameters

$Action
$VolMenu

ShowAvailableQueries()

ShowAvailableQueries( $TList)

Parameters

$TList

showfile()

showfile( $fname,  $searchstr,  $nbligne,  $searchstr2,  $searchnot)

Parameters

$fname
$searchstr
$nbligne
$searchstr2
$searchnot

ShowLeftColumn()

ShowLeftColumn( $MemberAction,  $VolunteerAction,  $MyRelations)

Parameters

$MemberAction
$VolunteerAction
$MyRelations

ShowList()

ShowList( $TData,  $start,  $total)

Parameters

$TData
$start
$total

sql_get_enum()

sql_get_enum( $table,  $column)

Parameters

$table
$column

sql_get_set()

sql_get_set( $table,  $column)

Parameters

$table
$column

sql_query()

sql_query( $ss_sql)

Parameters

$ss_sql

SwitchToNewLang()

SwitchToNewLang( $para_newlang)

Parameters

$para_newlang

TestIfIsToReject()

TestIfIsToReject( $Status)

Parameters

$Status

toggleAction()

toggleAction( $act,  $newValue)

Parameters

$act
$newValue

viewSpamSayMember()

viewSpamSayMember( $sResult)

Parameters

$sResult

VolMenu()

VolMenu( $link,  $tt)

Parameters

$link
$tt

ww()

ww( $code,  $p1,  $p2,  $p3,  $p4,  $p5,  $p6,  $p7,  $p8,  $p9,  $pp10,  $pp11,  $pp12,  $pp13)

Parameters

$code
$p1
$p2
$p3
$p4
$p5
$p6
$p7
$p8
$p9
$pp10
$pp11
$pp12
$pp13

wwinlang()

wwinlang( $code,  $IdLanguage,  $p1,  $p2,  $p3,  $p4,  $p5,  $p6,  $p7,  $p8,  $p9,  $pp10,  $pp11,  $pp12,  $pp13)

Parameters

$code
$IdLanguage
$p1
$p2
$p3
$p4
$p5
$p6
$p7
$p8
$p9
$pp10
$pp11
$pp12
$pp13