ManiaLib 1.0b1 API Reference

Full index

Package indexes


a b c d e f g h i j l m n o p q r s t u v w x y _
top
a
Variable $action
DialogHelper::$action in DialogHelper.class.php
Variable $arrowFastNext
PageNavigator::$arrowFastNext in PageNavigator.class.php
Variable $arrowFastNextStyle
PageNavigator::$arrowFastNextStyle in PageNavigator.class.php
Variable $arrowFastPrev
PageNavigator::$arrowFastPrev in PageNavigator.class.php
Variable $arrowFastPrevStyle
PageNavigator::$arrowFastPrevStyle in PageNavigator.class.php
Variable $arrowFirst
PageNavigator::$arrowFirst in PageNavigator.class.php
Variable $arrowFirstStyle
PageNavigator::$arrowFirstStyle in PageNavigator.class.php
Variable $arrowLast
PageNavigator::$arrowLast in PageNavigator.class.php
Variable $arrowLastStyle
PageNavigator::$arrowLastStyle in PageNavigator.class.php
Variable $arrowNext
PageNavigator::$arrowNext in PageNavigator.class.php
Variable $arrowNextStyle
PageNavigator::$arrowNextStyle in PageNavigator.class.php
Variable $arrowNoneStyle
PageNavigator::$arrowNoneStyle in PageNavigator.class.php
Variable $arrowPrev
PageNavigator::$arrowPrev in PageNavigator.class.php
Variable $arrowPrevStyle
PageNavigator::$arrowPrevStyle in PageNavigator.class.php
Class AbstractLayout
AbstractLayout in AbstractLayout.class.php
Abstract layout
Class ActionController
ActionController in ActionController.class.php
Action controller This is the base class for all controllers. Extend ActionController to create a new controller for your application.
Class AddBuddy
AddBuddy in standardManiacode.php
Add buddy
Method addDico
Manialink::addDico() in Manialink.class.php
Add a dictionnary file, will be included when rendering
Class AddFavourite
AddFavourite in standardManiacode.php
Add favorite
Method addFilter
ActionController::addFilter() in ActionController.class.php
Add a filter to the curent controller Typically you should call that in your controller's onConstruct() method
Method addGap
Navigation::addGap() in Navigation.class.php
Adds a vertical gap before the next item
Method addItem
Navigation::addItem() in Navigation.class.php
Adds a navigation button to the menu
Method addLink
GuiElement::addLink() in standard.php
Imports links and actions from another Manialink element
Method addPlayerId
MultipageList::addPlayerId() in MultipageList.class.php
Method addPlayerId
Adds the player information parameters ("playerlogin", "nickname",
Method addTrack
InstallTrackPack::addTrack() in standardManiacode.php
Class Constant Advanced
Icons128x128_1::Advanced in standard.php
Class AdvancedFilter
AdvancedFilter in AdvancedFilter.class.php
Advanced filter
Method affectedRows
Get number of affected rows in previous operation
Method appendBody
ResponseEngine::appendBody() in ResponseEngine.class.php
Method appendXML
Manialink::appendXML() in Manialink.class.php
Append some XML code to the document
Method appendXML
Maniacode::appendXML() in Maniacode.class.php
Append some XML code to the document
Constant APP_CONFIG_PATH
APP_CONFIG_PATH in config.default.php
Config path
Constant APP_DATABASE_CHARSET
APP_DATABASE_CHARSET in config.default.php
MySQL charset
Constant APP_DATABASE_HOST
APP_DATABASE_HOST in config.default.php
MySQL database hostname
Constant APP_DATABASE_NAME
APP_DATABASE_NAME in config.default.php
MySQL database name
Constant APP_DATABASE_PASSWORD
APP_DATABASE_PASSWORD in config.default.php
MySQL database password
Constant APP_DATABASE_USER
APP_DATABASE_USER in config.default.php
MySQL database username
Constant APP_DATA_DIR_URL
APP_DATA_DIR_URL in config.default.php
Data directory URL
Constant APP_DEBUG_LEVEL
APP_DEBUG_LEVEL in config.default.php
Debug level
Constant APP_DEBUG_LOG
APP_DEBUG_LOG in config.default.php
Debug log
Constant APP_DEFAULT_TIMEZONE
APP_DEFAULT_TIMEZONE in config.default.php
Time zone
Constant APP_ERROR_LOG
APP_ERROR_LOG in config.default.php
Error log
Constant APP_FRAMEWORK_GUI_TOOLKIT_PATH
APP_FRAMEWORK_GUI_TOOLKIT_PATH in config.default.php
GUI Toolkit path
Constant APP_FRAMEWORK_LANGS_PATH
APP_FRAMEWORK_LANGS_PATH in config.default.php
Framework lang path
Constant APP_FRAMEWORK_LIBRARIES_PATH
APP_FRAMEWORK_LIBRARIES_PATH in config.default.php
Framework libraries path
Constant APP_FRAMEWORK_PATH
APP_FRAMEWORK_PATH in config.default.php
Framework path
Constant APP_FRAMEWORK_REQUEST_ENGINE_CLASS
Request engine class
Constant APP_IMAGE_DIR_URL
APP_IMAGE_DIR_URL in config.default.php
Images directory URL
Constant APP_INCLUDE_PATH
APP_INCLUDE_PATH in config.default.php
Include path
Constant APP_LANGS_PATH
APP_LANGS_PATH in config.default.php
Lang path
Constant APP_LANG_ENGINE_MODE
APP_LANG_ENGINE_MODE in config.default.php
Lang engine mode
Constant APP_LANG_ENGINE_MODE_DYNAMIC
Lang engine modes
Constant APP_LANG_ENGINE_MODE_STATIC
Lang engine modes
Constant APP_LIBRARIES_PATH
APP_LIBRARIES_PATH in config.default.php
Libraries path
Constant APP_LOGS_PATH
APP_LOGS_PATH in config.default.php
Logs path
Constant APP_MANIAHOME_NAME
APP_MANIAHOME_NAME in config.default.php
Name of your Manialink for the ManiaHome favourite button.
Constant APP_MANIAHOME_PICTURE
APP_MANIAHOME_PICTURE in config.default.php
URL of your banner for ManiaHome
Constant APP_MANIAHOME_SHOW_BUTTON
APP_MANIAHOME_SHOW_BUTTON in config.default.php
Whether to show the ManiaHome favourite button
Constant APP_MANIAHOME_URL
APP_MANIAHOME_URL in config.default.php
URL or short Manialink of your Manialink for the ManiaHome favourite button
Constant APP_MANIALINK
APP_MANIALINK in config.default.php
Short Manialink
Constant APP_MVC_CONTROLLERS_PATH
APP_MVC_CONTROLLERS_PATH in config.default.php
Path to the controllers directory of your application
Constant APP_MVC_DEFAULT_ACTION
APP_MVC_DEFAULT_ACTION in config.default.php
Default action when a controller hasn't defined its own default action.
Constant APP_MVC_DEFAULT_CONTROLLER
APP_MVC_DEFAULT_CONTROLLER in config.default.php
Default controller of your application
Constant APP_MVC_FILTERS_PATH
APP_MVC_FILTERS_PATH in config.default.php
Path to the filters directory of your application
Constant APP_MVC_FRAMEWORK_FILTERS_PATH
APP_MVC_FRAMEWORK_FILTERS_PATH in config.default.php
Path to the MVC framework filters directory
Constant APP_MVC_FRAMEWORK_LIBRARIES_PATH
APP_MVC_FRAMEWORK_LIBRARIES_PATH in config.default.php
Path to the MVC framework libraries directory
Constant APP_MVC_FRAMEWORK_PATH
APP_MVC_FRAMEWORK_PATH in config.default.php
Path to the MVC framework directory
Constant APP_MVC_FRAMEWORK_VIEWS_PATH
APP_MVC_FRAMEWORK_VIEWS_PATH in config.default.php
Path to the MVC framework views directory
Constant APP_MVC_MODELS_PATH
APP_MVC_MODELS_PATH in config.default.php
Path to the models directory of your application
Constant APP_MVC_URL_SEPARATOR
APP_MVC_URL_SEPARATOR in config.default.php
Controller name separator
Constant APP_MVC_USE_URL_REWRITE
APP_MVC_USE_URL_REWRITE in config.default.php
Does your application use Apache Mod Rewrite ?
Constant APP_MVC_VIEWS_PATH
APP_MVC_VIEWS_PATH in config.default.php
Path to the views directory of your application
Constant APP_PATH
APP_PATH in config.default.php
Path to your application on the hard drive
Constant APP_TIMEZONE_NAME
APP_TIMEZONE_NAME in config.default.php
Time zone name
Constant APP_URL
APP_URL in config.default.php
Complete URL of your application.
Constant APP_URL_BASE
APP_URL_BASE in config.default.php
Base URL of your application
Constant APP_URL_PATH
APP_URL_PATH in config.default.php
URL path of your application
Constant APP_USER_ERROR_LOG
APP_USER_ERROR_LOG in config.default.php
User error log
Constant APP_USE_SHORT_MANIALINKS
APP_USE_SHORT_MANIALINKS in config.default.php
Deprecated, please don't use it
Constant APP_WWW_PATH
APP_WWW_PATH in config.default.php
Webroot path
Class Constant ArrowBlue
Icons64x64_1::ArrowBlue in standard.php
Class Constant ArrowDown
Icons64x64_1::ArrowDown in standard.php
Class Constant ArrowFastNext
Class Constant ArrowFastPrev
Class Constant ArrowFirst
Icons64x64_1::ArrowFirst in standard.php
Class Constant ArrowGreen
Icons64x64_1::ArrowGreen in standard.php
Class Constant ArrowLast
Icons64x64_1::ArrowLast in standard.php
Class Constant ArrowNext
Icons64x64_1::ArrowNext in standard.php
Class Constant ArrowPrev
Icons64x64_1::ArrowPrev in standard.php
Class Constant ArrowRed
Icons64x64_1::ArrowRed in standard.php
Class Constant ArrowUp
Icons64x64_1::ArrowUp in standard.php
Class Audio
Audio in standard.php
Audio player
Class AuthenticationToken
AuthenticationToken in AuthenticationToken.class.php
Manialink Authentication Helps using the Manialink Authentication System developped by NADEO.
Class AuthenticationTokenFilter
AuthenticationTokenFilter in AuthenticationTokenFilter.class.php
Authentication filter
Method autoPlay
Audio::autoPlay() in standard.php
Autoplay the data when it's done loading
Page AbstractLayout.class.php
AbstractLayout.class.php in AbstractLayout.class.php
Page AuthenticationToken.class.php
AuthenticationToken.class.php in AuthenticationToken.class.php
Page AuthenticationTokenFilter.class.php
AuthenticationTokenFilter.class.php in AuthenticationTokenFilter.class.php
Page ActionController.class.php
ActionController.class.php in ActionController.class.php
Page AdvancedFilter.class.php
AdvancedFilter.class.php in AdvancedFilter.class.php
top
b
Variable $bgImage
ChallengeCard::$bgImage in ChallengeCard.class.php
Variable $bullet
BulletCard::$bullet in BulletCard.class.php
Variable $button
DialogCard::$button in DialogCard.class.php
Variable $button2
TwoButtonsDialogCard::$button2 in TwoButtonsDialogCard.class.php
Variable $button2Label
DialogHelper::$button2Label in DialogHelper.class.php
Variable $button2Manialink
DialogHelper::$button2Manialink in DialogHelper.class.php
Variable $buttonLabel
DialogHelper::$buttonLabel in DialogHelper.class.php
Variable $buttonManialink
DialogHelper::$buttonManialink in DialogHelper.class.php
Class Constant Back
Icons128x128_1::Back in standard.php
Class Constant BackFocusable
Method beginFrame
Manialink::beginFrame() in Manialink.class.php
Creates a new Manialink frame, with an optionnal associated layout
Class Constant Beginner
Icons128x128_1::Beginner in standard.php
Class Constant BgActivePlayerCard
Class Constant BgActivePlayerName
Class Constant BgActivePlayerScore
Class Constant BgBronze
Class Constant BgButton
Bgs1::BgButton in standard.php
Class Constant BgButtonBig
Bgs1::BgButtonBig in standard.php
Class Constant BgButtonSmall
Bgs1::BgButtonSmall in standard.php
Class Constant BgCard
Bgs1::BgCard in standard.php
Class Constant BgCard
BgsPlayerCard::BgCard in standard.php
Class Constant BgCard1
Bgs1::BgCard1 in standard.php
Class Constant BgCard2
Bgs1::BgCard2 in standard.php
Class Constant BgCard3
Bgs1::BgCard3 in standard.php
Class Constant BgCardBuddy
Bgs1::BgCardBuddy in standard.php
Class Constant BgCardChallenge
Bgs1::BgCardChallenge in standard.php
Class Constant BgCardFolder
Bgs1::BgCardFolder in standard.php
Class Constant BgCardList
Bgs1::BgCardList in standard.php
Class Constant BgCardPlayer
Bgs1::BgCardPlayer in standard.php
Class Constant BgCardServer
Class Constant BgCardSystem
Bgs1::BgCardSystem in standard.php
Class Constant BgCardSystem
Class Constant BgCardZone
Bgs1::BgCardZone in standard.php
Class Constant BgGold
Class Constant BgIconBorder
Bgs1::BgIconBorder in standard.php
Class Constant BgList
Bgs1::BgList in standard.php
Class Constant BgListLine
Bgs1::BgListLine in standard.php
Class Constant BgMediaTracker
Class Constant BgNadeo
Class Constant BgNotPlayed
Class Constant BgPager
Bgs1::BgPager in standard.php
Class Constant BgPlayed
Class Constant BgPlayerCard
Class Constant BgPlayerCardBig
Class Constant BgPlayerCardSmall
Class Constant BgPlayerName
Class Constant BgPlayerScore
Class Constant BgProgressBar
Bgs1::BgProgressBar in standard.php
Class Constant BgRacePlayerLine
Class Constant BgRacePlayerName
Class BgRaceScore2
BgRaceScore2 in standard.php
BgRaceScore2 quad
Class Constant BgRaceScore2
Quad::BgRaceScore2 in standard.php
Manialink style for the Quad element
Class Bgs1
Bgs1 in standard.php
Bgs1 quad
Class Constant Bgs1
Quad::Bgs1 in standard.php
Manialink style for the Quad element
Class Bgs1InRace
Bgs1InRace in standard.php
Bgs1InRace quad
Class Constant Bgs1InRace
Quad::Bgs1InRace in standard.php
Manialink style for the Quad element
Class Constant BgsChallengeMedals
Quad::BgsChallengeMedals in standard.php
Manialink style for the Quad element
Class BgsChallengeMedals
BgsChallengeMedals in standard.php
BgsChallengeMedals quad
Class Constant BgScores
BgRaceScore2::BgScores in standard.php
Class Constant BgSilver
Class Constant BgSlider
Bgs1::BgSlider in standard.php
Class Constant BgsPlayerCard
Quad::BgsPlayerCard in standard.php
Manialink style for the Quad element
Class BgsPlayerCard
BgsPlayerCard in standard.php
BgsPlayerCard quad
Class Constant BgTitle2
Bgs1::BgTitle2 in standard.php
Class Constant BgTitle3
Bgs1::BgTitle3 in standard.php
Class Constant BgTitle3_1
Bgs1::BgTitle3_1 in standard.php
Class Constant BgTitle3_2
Bgs1::BgTitle3_2 in standard.php
Class Constant BgTitle3_3
Bgs1::BgTitle3_3 in standard.php
Class Constant BgTitle3_4
Bgs1::BgTitle3_4 in standard.php
Class Constant BgTitlePage
Bgs1::BgTitlePage in standard.php
Class Constant BgWindow1
Bgs1::BgWindow1 in standard.php
Class Constant BgWindow2
Bgs1::BgWindow2 in standard.php
Class Constant BgWindow3
Bgs1::BgWindow3 in standard.php
Class Constant Browse
Icons128x128_1::Browse in standard.php
Class Constant Browser
Icons64x64_1::Browser in standard.php
Class Constant Buddies
Icons128x128_1::Buddies in standard.php
Class Constant Buddy
Icons64x64_1::Buddy in standard.php
Class BulletCard
BulletCard in BulletCard.class.php
Bullet
Class Button
Button in standard.php
Button
Class Constant ButtonLeagues
Class Constant ButtonPlayers
Class Constant ButtonServers
Class Constant BUTTONS_BOTTOM
Navigation::BUTTONS_BOTTOM in Navigation.class.php
Class Constant BUTTONS_TOP
Navigation::BUTTONS_TOP in Navigation.class.php
Page BulletCard.class.php
BulletCard.class.php in BulletCard.class.php
top
c
Variable $controller
DialogHelper::$controller in DialogHelper.class.php
Variable $controllerName
ActionController::$controllerName in ActionController.class.php
Current controller name
Class Constant Camera
Icons64x64_1::Camera in standard.php
Class Constant CameraLocal
Class Constant CardButtonSmall
Button::CardButtonSmall in standard.php
Class Constant CardButtonSmallWide
Class Constant CardButttonMedium
Class Constant CardButttonMediumWide
Method chainAction
ActionController::chainAction() in ActionController.class.php
Executes an action from within another action
Method chainActionAndView
ActionController::chainActionAndView() in ActionController.class.php
Executes an action from within another action and override the view from the first action
Class Constant Challenge
Class Constant ChallengeAuthor
Class ChallengeCard
ChallengeCard in ChallengeCard.class.php
Challenge card
Class Constant Check
Icons64x64_1::Check in standard.php
Method checkArrayForMorePages
MultipageList::checkArrayForMorePages() in MultipageList.class.php
Method checkAuthenticationToken
AuthenticationToken::checkAuthenticationToken() in AuthenticationToken.class.php
Check if the login and the token are correct for the authentication
Class Constant ClipPause
Icons64x64_1::ClipPause in standard.php
Class Constant ClipPlay
Icons64x64_1::ClipPlay in standard.php
Class Constant ClipRewind
Icons64x64_1::ClipRewind in standard.php
Class Constant Close
Icons64x64_1::Close in standard.php
Class ColumnLayout
ColumnLayout in ColumnLayout.class.php
Column layout
Page config.default.php
config.default.php in config.default.php
Class Constant Coppers
Icons128x128_1::Coppers in standard.php
Class Constant Create
Icons128x128_1::Create in standard.php
Method createAbsoluteLinkArgList
Returns an URL with the request parameters specified as method arguments
Method createLink
RequestEngine::createLink() in RequestEngine.class.php
Returns an URL containing all the currently defined GET parameters
Method createLink
RequestEngineMVC::createLink() in RequestEngineMVC.class.php
Creates a link to the specified route with all defined GET vars in the URL
Method createLinkArgList
RequestEngine::createLinkArgList() in RequestEngine.class.php
Returns an URL with the request parameters specified as method arguments (eg. )
Method createLinkArgList
RequestEngineMVC::createLinkArgList() in RequestEngineMVC.class.php
Creates a link to the specified route with, with names of GET vars as parameters of the method
Class Constant Credits
Icons128x128_1::Credits in standard.php
Class Constant CupFinisher
Class Constant CupPotentialFinisher
Class Constant CUR
Route::CUR in Route.class.php
Use current
Class Constant Custom
Icons128x128_1::Custom in standard.php
Class Constant CustomStars
Page ChallengeCard.class.php
ChallengeCard.class.php in ChallengeCard.class.php
Page ColumnLayout.class.php
ColumnLayout.class.php in ColumnLayout.class.php
Page config.default.php
config.default.php in config.default.php
top
d
Variable $defaultAction
ActionController::$defaultAction in ActionController.class.php
Overrride this to define the controller's default action name
Variable $defaultLang
GettextInitFilterConfig::$defaultLang in GettextInitFilter.class.php
Variable $domain
GettextInitFilterConfig::$domain in GettextInitFilter.class.php
Class DatabaseConnection
DatabaseConnection in Database.php
Database connection
Class DatabaseRecordSet
DatabaseRecordSet in Database.php
Database query result
Class DatabaseTools
DatabaseTools in Database.php
Misc database tools
Class Debug
Debug in Debug.class.php
Debug methods
Class DebugFilter
DebugFilter in DebugFilter.class.php
Debug filter
Constant DEBUG_OFF
DEBUG_OFF in settings.php
Debug modes
Constant DEBUG_ON
DEBUG_ON in settings.php
Debug modes
Class Constant DEF
Route::DEF in Route.class.php
Use default
Method defaultHTMLView
UserAgentCheckFilter::defaultHTMLView() in UserAgentCheckFilter.class.php
This is the default HTML view when someone tries to access the Manialink from outside the game.
Class Constant DefaultIcon
Method delete
SessionEngine::delete() in SessionEngine.class.php
Deletes a session var
Method delete
RequestEngine::delete() in RequestEngine.class.php
Deletes a GET parameter
Method deleteUploadedFile
ManialinkUploadHandler::deleteUploadedFile() in ManialinkUploadHandler.class.php
Deletes the previously uploaded file
Class DialogCard
DialogCard in DialogCard.class.php
Dialog
Class DialogHelper
DialogHelper in DialogHelper.class.php
Helper class for dialogs
Class Constant DIRECTION_DOWN
ColumnLayout::DIRECTION_DOWN in ColumnLayout.class.php
Class Constant DIRECTION_UP
ColumnLayout::DIRECTION_UP in ColumnLayout.class.php
Method disableLinks
Manialink::disableLinks() in Manialink.class.php
Disable all Manialinks, URLs and actions of GUIElement objects as long as it is disabled
Class Constant DisplaySettings
Class Constant Download
Icons128x128_1::Download in standard.php
Page DialogCard.class.php
DialogCard.class.php in DialogCard.class.php
Page Database.php
Database.php in Database.php
Page Debug.class.php
Debug.class.php in Debug.class.php
Page DebugFilter.class.php
DebugFilter.class.php in DebugFilter.class.php
Page DialogHelper.class.php
DialogHelper.class.php in DialogHelper.class.php
top
e
Variable $encoding
GettextInitFilterConfig::$encoding in GettextInitFilter.class.php
Class Constant Easy
Icons128x128_1::Easy in standard.php
Class Constant Editor
Icons128x128_1::Editor in standard.php
Class Constant EmptyIcon
Icons64x64_1::EmptyIcon in standard.php
Method enableAutonewline
Enables wraping the text into several lines if the line is too short
Method enableLinks
Manialink::enableLinks() in Manialink.class.php
Enable links
Method enableLooping
Audio::enableLooping() in standard.php
Loop when the end of the data is reached
Method endFrame
Manialink::endFrame() in Manialink.class.php
Closes the current Manialink frame
Class Entry
Entry in standard.php
Entry
Class ErrorHandling
ErrorHandling in ErrorHandling.class.php
Error handling
Method exceptionErrorHandler
ErrorHandling::exceptionErrorHandler() in ErrorHandling.class.php
Error handler
Method exceptionHandler
ErrorHandling::exceptionHandler() in ErrorHandling.class.php
Exception handler Used to cleanly catch exceptions, and is also used as uncaught exception handler.
Method execute
Executes a query
Method exists
SessionEngine::exists() in SessionEngine.class.php
Checks if the specified session var exists
Class Constant Extreme
Icons128x128_1::Extreme in standard.php
Page ErrorHandling.class.php
ErrorHandling.class.php in ErrorHandling.class.php
top
f
Class Constant Fame
BgRaceScore2::Fame in standard.php
Method fetchArray
Fetch a result row as an associative, a numeric array, or both
Method fetchAssoc
Fetch a result row as an associative array
Method fetchObject
Returns the current row of a result set as an object
Method fetchRow
Get a result row as an enumerated array
Class Constant FETCH_ASSOC
Constants to use with DatabaseRecordSet::fetchArray()
Class Constant FETCH_BOTH
Constants to use with DatabaseRecordSet::fetchArray()
Class Constant FETCH_NUM
Constants to use with DatabaseRecordSet::fetchArray()
Class FileDownload
FileDownload in standardManiacode.php
File download
Class FileEntry
FileEntry in standard.php
FileEntry
Class Filterable
Filterable in Filterable.class.php
Filter interface Filters allows you to execute code before and after every actions of a controller.
Class Constant Finish
Icons64x64_1::Finish in standard.php
Class Constant FinishGrey
Icons64x64_1::FinishGrey in standard.php
Class Constant First
Icons64x64_1::First in standard.php
Class FlowLayout
FlowLayout in FlowLayout.class.php
Flow layout Text-like, items fill the current line then next line etc.
Method foobar
Debug::foobar() in Debug.class.php
FOOBAR!
Class Constant Forever
Icons128x128_1::Forever in standard.php
Class Format
Format in standard.php
Format
Page FlowLayout.class.php
FlowLayout.class.php in FlowLayout.class.php
Page Filterable.class.php
Filterable.class.php in Filterable.class.php
top
g
Class Constant GenericButton
Method get
ResponseEngine::get() in ResponseEngine.class.php
Method get
SessionEngine::get() in SessionEngine.class.php
Gets a session var, or the default value if nothing was found
Method get
RequestEngine::get() in RequestEngine.class.php
Retrieves a GET parameter, or the default value if not found
Method getAction
GuiElement::getAction() in standard.php
Returns the action associated to the element
Method getAction
RequestEngineMVC::getAction() in RequestEngineMVC.class.php
Method getActionKey
Returns the action key associated to the element
Method getAddPlayerId
Returns whether the elements adds player information parameter to the URL
Method getAlignedPos
GuiTools::getAlignedPos() in GuiTools.class.php
Returns the position of an element in relation to another element and according to their respective alignments
Method getAlignedPosX
GuiTools::getAlignedPosX() in GuiTools.class.php
Returns the X position of an element in relation to another element and according to their respective alignments
Method getAlignedPosY
GuiTools::getAlignedPosY() in GuiTools.class.php
Returns the Y position of an element in relation to another element and according to their respective alignments
Method getAutonewline
Label::getAutonewline() in standard.php
Returns whether word wrapping is enabled
Method getAutoPlay
Audio::getAutoPlay() in standard.php
Returns whether auto playing is enabled
Method getBgcolor
GuiElement::getBgcolor() in standard.php
Returns the background color of the element
Method getBorderHeight
AbstractLayout::getBorderHeight() in AbstractLayout.class.php
Returns the height between the layout outer border and its content
Method getBorderWidth
AbstractLayout::getBorderWidth() in AbstractLayout.class.php
Returns the width between the layout outer border and its content
Method getConnectionType
JoinServer::getConnectionType() in standardManiacode.php
Method getController
RequestEngineMVC::getController() in RequestEngineMVC.class.php
Method getCurrentPage
MultipageList::getCurrentPage() in MultipageList.class.php
Method getData
Music::getData() in standard.php
Returns the data URL
Method getDatabase
Currently selected database
Method getDefault
Entry::getDefault() in standard.php
Returns the default value of the entry
Method getEmail
InviteBuddy::getEmail() in standardManiacode.php
Method getFile
InstallSkin::getFile() in standardManiacode.php
This method gets the path to install the skin
Method getFolder
FileEntry::getFolder() in standard.php
Returns the default folder
Method getHalign
GuiElement::getHalign() in standard.php
Returns the horizontal alignment of the element
Method getImage
GuiElement::getImage() in standard.php
Returns the image placed in the element
Method getImageFocus
Returns the image placed in the element in its highlighted state
Method getImageFocusid
Method getImageid
GuiElement::getImageid() in standard.php
Method getInstance
RequestEngine::getInstance() in RequestEngine.class.php
Use this methode to retrieve a reference on the request object from anywhere in the code
Method getInstance
SessionEngine::getInstance() in SessionEngine.class.php
Gets the instance
Method getInstance
ResponseEngine::getInstance() in ResponseEngine.class.php
Gets the instance
Method getInstance
RequestEngineMVC::getInstance() in RequestEngineMVC.class.php
Gets the instance
Method getInstance
Get an instance on the database connection object, and connects to the mysql server if needed
Method getIp
JoinServer::getIp() in standardManiacode.php
Method getLastInsert
InstallTrackPack::getLastInsert() in standardManiacode.php
Method getLimit
MultipageList::getLimit() in MultipageList.class.php
Method getLimitString
Returns the "LIMIT x,x" string depending on both values
Method getLink
GotoLink::getLink() in standardManiacode.php
Method getLogin
AddBuddy::getLogin() in standardManiacode.php
Method getLooping
Audio::getLooping() in standard.php
Returns whether looping is enabled
Method getManialink
Returns the Manialink hyperlink of the element
Method getManiazone
Returns the Maniazones hyperlink of the element
Method getMarginHeight
AbstractLayout::getMarginHeight() in AbstractLayout.class.php
Returns the vertical margin between two elements of the layout
Method getMarginWidth
AbstractLayout::getMarginWidth() in AbstractLayout.class.php
Returns the horizontal margin between two elements of the layout
Method getMaxline
Label::getMaxline() in standard.php
Returns the maximum number of lines to display
Method getMessage
ShowMessage::getMessage() in standardManiacode.php
Method getName
ManiacodeComponent::getName() in standardManiacode.php
This method gets the Name of the element
Method getName
Entry::getName() in standard.php
Returns the name of the entry
Method getOnDuplicateKeyUpdateValuesString
Returns string like "name1=VALUES(name1), name2=VALUES(name2)"
Method getPageNumber
MultipageList::getPageNumber() in MultipageList.class.php
Method getPassword
JoinServer::getPassword() in standardManiacode.php
Method getPosX
GuiComponent::getPosX() in standard.php
Returns the X position of the element
Method getPosY
GuiComponent::getPosY() in standard.php
Returns the Y position of the element
Method getPosZ
GuiComponent::getPosZ() in standard.php
Returns the Z position of the element
Method getReferer
RequestEngine::getReferer() in RequestEngine.class.php
Returns the referer, or the specified default page, or index.php
Method getScale
GuiComponent::getScale() in standard.php
Returns the scale of the element
Method getSizeX
GuiComponent::getSizeX() in standard.php
Returns the width of the element
Method getSizeY
GuiComponent::getSizeY() in standard.php
Returns the height of the element
Class GetSkin
GetSkin in standardManiacode.php
Get skin
Method getStrict
RequestEngine::getStrict() in RequestEngine.class.php
Retrieves a GET parameter, or throws an exception if not found or null
Method getStrict
SessionEngine::getStrict() in SessionEngine.class.php
Gets a session var, throws an exception if not found
Method getStyle
GuiElement::getStyle() in standard.php
Returns the style of the element
Method getSubStyle
Returns the substyle of the element
Method getText
Label::getText() in standard.php
Returns the text
Method getTextColor
Format::getTextColor() in standard.php
Returns the text color
Method getTextid
Label::getTextid() in standard.php
Returns the text Id
Class GettextInitFilter
GettextInitFilter in GettextInitFilter.class.php
Gettext init Init the "gettext" extension if you want to used it. For advanced users only.
Class GettextInitFilterConfig
GettextInitFilterConfig in GettextInitFilter.class.php
Gettext init config
Method getTextSize
Format::getTextSize() in standard.php
Returns the text size
Method getUploadedFilename
ManialinkUploadHandler::getUploadedFilename() in ManialinkUploadHandler.class.php
Returns the complete uploaded file name
Method getUploadedFilesize
ManialinkUploadHandler::getUploadedFilesize() in ManialinkUploadHandler.class.php
Returns the size of the uploaded file
Method getUrl
GuiElement::getUrl() in standard.php
Returns the hyperlink of the element
Method getUrl
FileDownload::getUrl() in standardManiacode.php
This method gets the Url of the element
Method getValign
GuiElement::getValign() in standard.php
Returns the vertical alignment of the element
Method getValuesString
Returns string like "(name1, name2) VALUES (value1, value2)"
Class Constant GhostEditor
Class GotoLink
GotoLink in standardManiacode.php
Goto link
Class Constant Green
Icons64x64_1::Green in standard.php
Page GuiTools.class.php
GuiTools.class.php in GuiTools.class.php
Class GuiComponent
GuiComponent in standard.php
The GuiComponent is a generic and abstract element that only contains position, size and scale info.
Class GuiElement
GuiElement in standard.php
Base class for creating GUI elements
Class GuiTools
GuiTools in GuiTools.class.php
GUI Tools
Page GettextInitFilter.class.php
GettextInitFilter.class.php in GettextInitFilter.class.php
top
h
Variable $halign
Variable $height
DialogHelper::$height in DialogHelper.class.php
Class Constant Handle
BgRaceScore2::Handle in standard.php
Class Constant HandleBlue
BgRaceScore2::HandleBlue in standard.php
Class Constant HandleRed
BgRaceScore2::HandleRed in standard.php
Class Constant Hard
Icons128x128_1::Hard in standard.php
Method hasLink
GuiElement::hasLink() in standard.php
Returns whether the object has a link or an action (either Manialink,
Method hideQuitButton
Navigation::hideQuitButton() in Navigation.class.php
Hides the quit/back button
Class Constant Hotseat
Icons128x128_1::Hotseat in standard.php
top
i
Variable $icon
NavigationButton::$icon in NavigationButton.class.php
Variable $iconSizeMinimizer
NavigationButton::$iconSizeMinimizer in NavigationButton.class.php
Variable $isSelected
NavigationButton::$isSelected in NavigationButton.class.php
Class Icon
Icon in standard.php
Icon
Class Constant IconLeaguesLadder
Class Constant IconPlayers
Class Constant IconPlayersLadder
Class Icons64x64_1
Icons64x64_1 in standard.php
Icons64x64_1 quad
Class Constant Icons64x64_1
Quad::Icons64x64_1 in standard.php
Manialink style for the Quad element
Class Constant Icons128x32_1
Quad::Icons128x32_1 in standard.php
Manialink style for the Quad element
Class Icons128x32_1
Icons128x32_1 in standard.php
Icons128x32_1 quad
Class Icons128x128_1
Icons128x128_1 in standard.php
Icons128x128_1 quad
Class Constant Icons128x128_1
Quad::Icons128x128_1 in standard.php
Manialink style for the Quad element
Class Constant IconServers
Class Constant Inbox
Icons64x64_1::Inbox in standard.php
Method includeManialink
Manialink::includeManialink() in Manialink.class.php
Shortcut for including files in manialinks
Class IncludeManialink
IncludeManialink in standard.php
Include
Class Constant Inputs
Icons128x128_1::Inputs in standard.php
Method insertID
Get the ID generated in the last query
Class InstallReplay
InstallReplay in standardManiacode.php
Install replay
Class InstallSkin
InstallSkin in standardManiacode.php
Install skin
Class InstallTrack
InstallTrack in standardManiacode.php
Install track
Class InstallTrackPack
InstallTrackPack in standardManiacode.php
Install track pack
Class Constant Invite
Icons128x128_1::Invite in standard.php
Class InviteBuddy
InviteBuddy in standardManiacode.php
Invite buddy
Method isConnected
Method isFastNextShown
PageNavigator::isFastNextShown() in PageNavigator.class.php
Returns whether the "fast prev/next" navigation icons are shown
Class Constant IsLadderDisabled
Method isLastShown
PageNavigator::isLastShown() in PageNavigator.class.php
Returns whether the "go to first/last" navigation icons are shown
Class Constant IsLocalPlayer
Method isTextShown
PageNavigator::isTextShown() in PageNavigator.class.php
Returns whether the text is shown
top
j
Class JoinServer
JoinServer in standardManiacode.php
Join server
top
l
Variable $lastItem
Navigation::$lastItem in Navigation.class.php
Variable $lockedMessage
ChallengeCard::$lockedMessage in ChallengeCard.class.php
Variable $logo
Navigation::$logo in Navigation.class.php
Page LineLayout.class.php
LineLayout.class.php in LineLayout.class.php
Class Label
Label in standard.php
Label
Class Constant LadderPoints
Class Constant LadderRank
BgRaceScore2::LadderRank in standard.php
Class Constant Lan
Icons128x128_1::Lan in standard.php
Class Constant Laps
BgRaceScore2::Laps in standard.php
Method lastItem
Navigation::lastItem() in Navigation.class.php
Return a reference of the last added item
Class Constant Launch
Icons128x128_1::Launch in standard.php
Page LangEngine.class.php
LangEngine.class.php in LangEngine.class.php
Class LineLayout
LineLayout in LineLayout.class.php
Line layout
Method load
Manialink::load() in Manialink.class.php
Loads the Manialink GUI toolkit. This should be called before doing anything with the toolkit.
Class Constant Load
Icons128x128_1::Load in standard.php
Method load
Maniacode::load() in Maniacode.class.php
Loads the Maniacode GUI Toolkit. This should be called before doing anything with the toolkit
Class Constant LoadTrack
Method log
Debug::log() in Debug.class.php
Writes a message in the debug log
Class Constant LOG_DATE
Debug::LOG_DATE in Debug.class.php
Class Constant LOG_NO_DATE
Debug::LOG_NO_DATE in Debug.class.php
Class Constant LvlGreen
Icons64x64_1::LvlGreen in standard.php
Class Constant LvlRed
Icons64x64_1::LvlRed in standard.php
Class Constant LvlYellow
Icons64x64_1::LvlYellow in standard.php
top
m
Page Maniacode.class.php
Maniacode.class.php in Maniacode.class.php
Page Manialink.class.php
Manialink.class.php in Manialink.class.php
Page ManialinkUploadHandler.class.php
ManialinkUploadHandler.class.php in ManialinkUploadHandler.class.php
Page MultipageList.class.php
MultipageList.class.php in MultipageList.class.php
Class Maniacode
Maniacode in Maniacode.class.php
Maniacode Toolkit
Class ManiacodeComponent
ManiacodeComponent in standardManiacode.php
Maniacode Toolkit base component
Page manialib.inc.php
manialib.inc.php in manialib.inc.php
Class Manialink
Manialink in Manialink.class.php
GUI Toolkit
Class Constant Manialink
Class Constant ManiaLinkHome
Class ManialinkUploadHandler
ManialinkUploadHandler in ManialinkUploadHandler.class.php
Helps dealing with uploads from Manialinks
Class Constant ManiaZones
Class Constant Maximize
Icons64x64_1::Maximize in standard.php
Class Constant MedalBronze
MedalsBig::MedalBronze in standard.php
Class Constant MedalCount
Class Constant MedalGold
MedalsBig::MedalGold in standard.php
Class Constant MedalGoldPerspective
Class Constant MedalNadeo
MedalsBig::MedalNadeo in standard.php
Class Constant MedalNadeoPerspective
Class MedalsBig
MedalsBig in standard.php
MedalsBig quad
Class Constant MedalsBig
Quad::MedalsBig in standard.php
Manialink style for the Quad element
Class Constant MedalSilver
MedalsBig::MedalSilver in standard.php
Class Constant MedalSlot
MedalsBig::MedalSlot in standard.php
Class Constant MediaAudioDownloading
Class Constant MediaPlay
Icons64x64_1::MediaPlay in standard.php
Class Constant MediaStop
Icons64x64_1::MediaStop in standard.php
Class Constant MediaTracker
Class Constant MediaVideoDownloading
Class Constant Medium
Icons128x128_1::Medium in standard.php
Class MultipageList
MultipageList in MultipageList.class.php
This class helps to create multipage lists. Maybe difficult to use at first... Doc should be written about it...
Class Constant Multiplayer
Class Constant Music
Icons64x64_1::Music in standard.php
Class Music
Music in standard.php
Music
Page mvc.inc.php
mvc.inc.php in mvc.inc.php
top
n
Page Navigation.class.php
Navigation.class.php in Navigation.class.php
Page NavigationButton.class.php
NavigationButton.class.php in NavigationButton.class.php
Page NullLayout.class.php
NullLayout.class.php in NullLayout.class.php
Class Constant Nations
Icons128x128_1::Nations in standard.php
Class Constant NavButton
Bgs1::NavButton in standard.php
Class Constant NavButtonBlink
Bgs1::NavButtonBlink in standard.php
Class Navigation
Navigation in Navigation.class.php
Navigation menu
Class NavigationButton
NavigationButton in NavigationButton.class.php
Navigation button
Class Constant NewMessage
Icons64x64_1::NewMessage in standard.php
Class Constant NewTrack
Icons128x128_1::NewTrack in standard.php
Class Constant NONE
Route::NONE in Route.class.php
Don't use anything
Class Constant NotBuddy
Icons64x64_1::NotBuddy in standard.php
Class NullLayout
NullLayout in NullLayout.class.php
Null layout
top
o
Class Constant OfficialRace
Method onConstruct
ActionController::onConstruct() in ActionController.class.php
Stuff to be executed when the controller is instanciated; override this in your controllers
Class Constant Opponents
Icons64x64_1::Opponents in standard.php
Class Constant Options
Icons128x128_1::Options in standard.php
Class Constant Outbox
Icons64x64_1::Outbox in standard.php
top
p
Variable $pageNavigator
MultipageList::$pageNavigator in MultipageList.class.php
Variable $points
ChallengeCard::$points in ChallengeCard.class.php
Variable $posX
IncludeManialink::$posX in standard.php
Variable $posX
DialogHelper::$posX in DialogHelper.class.php
Variable $posY
DialogHelper::$posY in DialogHelper.class.php
Variable $posY
IncludeManialink::$posY in standard.php
Variable $posZ
IncludeManialink::$posZ in standard.php
Variable $posZ
DialogHelper::$posZ in DialogHelper.class.php
Page PageNavigator.class.php
PageNavigator.class.php in PageNavigator.class.php
Page Panel.class.php
Panel.class.php in Panel.class.php
Class PackageTrack
PackageTrack in standardManiacode.php
Package track
Class Constant Padlock
Icons128x128_1::Padlock in standard.php
Class PageNavigator
PageNavigator in PageNavigator.class.php
Page Navigator
Class Constant Paint
Icons128x128_1::Paint in standard.php
Class Panel
Panel in Panel.class.php
Panel
Class Constant Platform
Icons128x128_1::Platform in standard.php
Class Constant PLAY
JoinServer::PLAY in standardManiacode.php
Connection type
Class Constant PlayerPage
Class PlayReplay
PlayReplay in standardManiacode.php
Play replay
Class PlayTrack
PlayTrack in standardManiacode.php
Play track
Class Constant Podium
BgRaceScore2::Podium in standard.php
Class Constant Points
BgRaceScore2::Points in standard.php
Method postFilter
InviteBuddy::postFilter() in standardManiacode.php
Method postFilter
InstallSkin::postFilter() in standardManiacode.php
Method postFilter
InstallTrackPack::postFilter() in standardManiacode.php
Method postFilter
JoinServer::postFilter() in standardManiacode.php
Method postFilter
ShowMessage::postFilter() in standardManiacode.php
Method postFilter
ManiacodeComponent::postFilter() in standardManiacode.php
Method postFilter
GotoLink::postFilter() in standardManiacode.php
Method postFilter
Filterable::postFilter() in Filterable.class.php
Method postFilter
FileDownload::postFilter() in standardManiacode.php
Method postFilter
AdvancedFilter::postFilter() in AdvancedFilter.class.php
Method postFilter
AddBuddy::postFilter() in standardManiacode.php
Method preFilter
AdvancedFilter::preFilter() in AdvancedFilter.class.php
Method preFilter
Filterable::preFilter() in Filterable.class.php
Method preFilter
ManiacodeComponent::preFilter() in standardManiacode.php
Class Constant Profile
Icons128x128_1::Profile in standard.php
Class Constant ProfileAdvanced
Class Constant ProfileVehicle
Class Constant ProgressBar
Bgs1::ProgressBar in standard.php
Class Constant ProgressBar
Class Constant ProgressBarSmall
Bgs1::ProgressBarSmall in standard.php
Method protectStyles
TMStrings::protectStyles() in TMStrings.class.php
Allows to safely put any TM-formatted string into another TM-formatted string
Class Constant Puzzle
Icons128x128_1::Puzzle in standard.php
top
q
Variable $quitButton
Navigation::$quitButton in Navigation.class.php
Class Quad
Quad in standard.php
Quad
Class Constant Quit
Icons128x128_1::Quit in standard.php
Class Constant QuitRace
Icons64x64_1::QuitRace in standard.php
Method quote
Escape and quote variables so you can insert them safely
top
r
Variable $request
ActionController::$request in ActionController.class.php
Variable $request
AdvancedFilter::$request in AdvancedFilter.class.php
Variable $response
ActionController::$response in ActionController.class.php
Variable $response
AdvancedFilter::$response in AdvancedFilter.class.php
Page RequestEngine.class.php
RequestEngine.class.php in RequestEngine.class.php
Page RegisterRequestParametersFilter.class.php
RegisterRequestParametersFilter.class.php in RegisterRequestParametersFilter.class.php
Page RequestEngineMVC.class.php
RequestEngineMVC.class.php in RequestEngineMVC.class.php
Page ResponseEngine.class.php
ResponseEngine.class.php in ResponseEngine.class.php
Page Route.class.php
Route.class.php in Route.class.php
Class Constant Race
Icons128x128_1::Race in standard.php
Class Constant Rankings
Icons128x128_1::Rankings in standard.php
Class Constant Rankinks
Icons128x128_1::Rankinks in standard.php
Method recordCount
Gets the number of rows in a result
Class Constant RedHigh
Icons64x64_1::RedHigh in standard.php
Method redirect
Manialink::redirect() in Manialink.class.php
Redirects the user to the specified Manialink
Method redirectManialink
RequestEngineMVC::redirectManialink() in RequestEngineMVC.class.php
Redirects to the specified route with all defined GET vars in the URL
Method redirectManialink
RequestEngine::redirectManialink() in RequestEngine.class.php
Creates a Manialink redirection to the specified file with GET parameters specified as method arguments.
Method redirectManialinkAbsolute
Creates a Manialink redirection to the specified absolute URI
Method redirectManialinkArgList
RequestEngineMVC::redirectManialinkArgList() in RequestEngineMVC.class.php
Redirects to the specified route with, with names of GET vars as parameters of the method
Method redirectToReferer
RequestEngine::redirectToReferer() in RequestEngine.class.php
Creates a Manialink redirection to the previously registered referer, or
Class Constant RedLow
Icons64x64_1::RedLow in standard.php
Class Constant REFEREE
JoinServer::REFEREE in standardManiacode.php
Connection type
Class Constant Refresh
Icons64x64_1::Refresh in standard.php
Method registerDialog
ResponseEngine::registerDialog() in ResponseEngine.class.php
Method registerGlobalParam
RequestEngine::registerGlobalParam() in RequestEngine.class.php
Registers the "$name" parameter as protected parameters. Global parameters atr always removed from the parameter array and saved as a session parameter when the page is loaded.
Method registerProtectedParam
RequestEngine::registerProtectedParam() in RequestEngine.class.php
Registers the '$name' parameter as protected parameters. Protected parameters are always removed from the parameter array when the page is loaded.
Method registerReferer
RequestEngine::registerReferer() in RequestEngine.class.php
Registers the current page as referer
Class RegisterRequestParametersFilter
RegisterRequestParametersFilter in RegisterRequestParametersFilter.class.php
Register request parameters
Method registerView
ResponseEngine::registerView() in ResponseEngine.class.php
Method render
View::render() in View.class.php
Renders a view You can use this method from within a view to render another view.
Method render
Maniacode::render() in Maniacode.class.php
Renders the Maniacode if no return the script will be stopped
Method render
Manialink::render() in Manialink.class.php
Renders the Manialink
Class Constant Replay
Icons128x128_1::Replay in standard.php
Class RequestEngine
RequestEngine in RequestEngine.class.php
Request engine
Class RequestEngineMVC
RequestEngineMVC in RequestEngineMVC.class.php
RequestEngine designed for MVC framework
Method resetViews
ResponseEngine::resetViews() in ResponseEngine.class.php
Class ResponseEngine
ResponseEngine in ResponseEngine.class.php
Response engine
Class Constant RestartRace
Method restore
RequestEngine::restore() in RequestEngine.class.php
Restores a GET parameter to the value it had when the page was loaded
Class Route
Route in Route.class.php
Route class
Class Constant RT_Cup
Icons128x32_1::RT_Cup in standard.php
Class Constant RT_Laps
Icons128x32_1::RT_Laps in standard.php
Class Constant RT_Rounds
Icons128x32_1::RT_Rounds in standard.php
Class Constant RT_Stunts
Icons128x32_1::RT_Stunts in standard.php
Class Constant RT_Team
Icons128x32_1::RT_Team in standard.php
Class Constant RT_TimeAttack
top
s
Variable $session
ActionController::$session in ActionController.class.php
Variable $session
AdvancedFilter::$session in AdvancedFilter.class.php
Variable $subTitle
Navigation::$subTitle in Navigation.class.php
Variable $supportedLocales
GettextInitFilterConfig::$supportedLocales in GettextInitFilter.class.php
Page standard.php
standard.php in standard.php
Page standardManiacode.php
standardManiacode.php in standardManiacode.php
Page SessionEngine.class.php
SessionEngine.class.php in SessionEngine.class.php
Class Constant SandTimer
BgRaceScore2::SandTimer in standard.php
Method save
ManiacodeComponent::save() in standardManiacode.php
Class Constant Save
Icons128x128_1::Save in standard.php
Method save
PageNavigator::save() in PageNavigator.class.php
Saves the PageNavigator in the GUI objects stack
Method save
GuiElement::save() in standard.php
Saves the object in the Manialink object stack for further rendering.
Method savePageNavigator
MultipageList::savePageNavigator() in MultipageList.class.php
Class Constant ScoreLink
BgRaceScore2::ScoreLink in standard.php
Class Constant ScoreReplay
Class Constant Second
Icons64x64_1::Second in standard.php
Method select
Selects a database
Class Constant SendScore
BgRaceScore2::SendScore in standard.php
Class Constant ServersAll
Class Constant ServersFavorites
Class Constant ServersSuggested
Class SessionEngine
SessionEngine in SessionEngine.class.php
Session engine
Method set
RequestEngine::set() in RequestEngine.class.php
Sets a GET parameter
Method set
SessionEngine::set() in SessionEngine.class.php
Sets a session var
Method setAction
GuiElement::setAction() in standard.php
Sets the action of the element. For example, if you use the action "0" in the explorer, it closes the explorer when you click on the element.
Method setActionKey
Sets the action key associated to the element. Only works on dedicated servers.
Method setAlign
GuiElement::setAlign() in standard.php
Sets the alignment of the element
Method setBgcolor
GuiElement::setBgcolor() in standard.php
Sets the background color of the element using a 3-digit RGB hexadecimal
Method setBorder
AbstractLayout::setBorder() in AbstractLayout.class.php
Sets the gap between the layout outer border and its content
Method setBorderHeight
AbstractLayout::setBorderHeight() in AbstractLayout.class.php
Sets the height between the layout outer border and its content
Method setBorderWidth
AbstractLayout::setBorderWidth() in AbstractLayout.class.php
Sets the width between the layout outer border and its content
Method setCallback
UserAgentCheckFilter::setCallback() in UserAgentCheckFilter.class.php
Sets the callback when someone tries to access the Manialink from outside the game.
Method setCharset
Sets the charset for the database connection
Method setConnectionType
JoinServer::setConnectionType() in standardManiacode.php
Method setCurrentPage
MultipageList::setCurrentPage() in MultipageList.class.php
Method setCurrentPage
PageNavigator::setCurrentPage() in PageNavigator.class.php
Sets the current page
Method setData
Music::setData() in standard.php
Sets the data to play. If you don't specify the second parameter, it will
Method setDefault
Entry::setDefault() in standard.php
Sets the default value of the entry
Method setDefaultPage
MultipageList::setDefaultPage() in MultipageList.class.php
Method setDirection
ColumnLayout::setDirection() in ColumnLayout.class.php
Method setEmail
InviteBuddy::setEmail() in standardManiacode.php
Method setFile
InstallSkin::setFile() in standardManiacode.php
This method sets the path to install the skin
Method setFolder
FileEntry::setFolder() in standard.php
Sets the default folder
Method setHalign
GuiElement::setHalign() in standard.php
Sets the horizontal alignment of the element
Method setHasMorePages
MultipageList::setHasMorePages() in MultipageList.class.php
Method setImage
GuiElement::setImage() in standard.php
Applies an image to the element. If you don't specify the second
Method setImageFocus
Applies an image to the highlighter state of the element. The second
Method setImageFocusid
Set the image focus id of the element, used for internationalization
Method setImageid
GuiElement::setImageid() in standard.php
Set the image id of the element, used for internationalization
Method setIp
JoinServer::setIp() in standardManiacode.php
Method setLink
GotoLink::setLink() in standardManiacode.php
Method setLogin
AddBuddy::setLogin() in standardManiacode.php
Method setManialink
Sets the Manialink of the element. It works as a hyperlink.
Method setManiazone
Sets the Maniazones link of the element
Method setMargin
AbstractLayout::setMargin() in AbstractLayout.class.php
Sets the margin between two elements of the layout
Method setMarginHeight
AbstractLayout::setMarginHeight() in AbstractLayout.class.php
Sets the vertical margin between two elements of the layout
Method setMarginWidth
AbstractLayout::setMarginWidth() in AbstractLayout.class.php
Sets the horizontal margin between two elements of the layout
Method setMaxline
Label::setMaxline() in standard.php
Sets the maximum number of lines to display
Method setMessage
ShowMessage::setMessage() in standardManiacode.php
Method setName
ManiacodeComponent::setName() in standardManiacode.php
This method sets the Name of the file once download
Method setName
Entry::setName() in standard.php
Sets the name of the entry. Will be used as the parameter name in the URL
Method setOnFailureCallback
AuthenticationTokenFilter::setOnFailureCallback() in AuthenticationTokenFilter.class.php
Method setOnFailureCallbackParameters
Method setPageNumber
PageNavigator::setPageNumber() in PageNavigator.class.php
Sets the page number
Method setPassword
JoinServer::setPassword() in standardManiacode.php
Method setPerPage
MultipageList::setPerPage() in MultipageList.class.php
Method setPosition
Sets the position of the element
Method setPositionX
Sets the X position of the element
Method setPositionY
Sets the Y position of the element
Method setPositionZ
Sets the Z position of the element
Method setScale
GuiComponent::setScale() in standard.php
Sets the scale factor of the element. 1=original size, 2=double size, 0.5
Method setSelected
NavigationButton::setSelected() in NavigationButton.class.php
Sets the button selected and change its styles accordingly
Method setSize
MultipageList::setSize() in MultipageList.class.php
Method setSize
GuiComponent::setSize() in standard.php
Sets the size of the element
Method setSize
PageNavigator::setSize() in PageNavigator.class.php
Sets the size of the navigation icons
Method setSizeX
GuiComponent::setSizeX() in standard.php
Sets the width of the element
Method setSizeX
Panel::setSizeX() in Panel.class.php
Method setSizeY
GuiComponent::setSizeY() in standard.php
Sets the height of the element
Method setStyle
GuiElement::setStyle() in standard.php
Sets the style of the element. See http://fish.stabb.de/styles/ of the manialink 'example' for more information on Manialink styles.
Method setSubStyle
Sets the sub-style of the element. See http://fish.stabb.de/styles/ of the manialink 'example' for more information on Manialink styles.
Method setText
Label::setText() in standard.php
Sets the text
Method setTextColor
Format::setTextColor() in standard.php
Sets the text color
Method setTextid
Label::setTextid() in standard.php
Sets the text Id for use with Manialink dictionaries
Method setTextSize
Format::setTextSize() in standard.php
Sets the text size
Page settings.php
settings.php in settings.php
Method setUnclickable
ChallengeCard::setUnclickable() in ChallengeCard.class.php
Sets the element un-clickable, dims the challenge icon and displays a
Method setUrl
GuiElement::setUrl() in standard.php
Sets the hyperlink of the element
Method setUrl
FileDownload::setUrl() in standardManiacode.php
This method sets the url to download the file
Method setUrlPageName
MultipageList::setUrlPageName() in MultipageList.class.php
Method setUrlParamName
MultipageList::setUrlParamName() in MultipageList.class.php
Method setValign
GuiElement::setValign() in standard.php
Sets the vertical alignment of the element.
Class Constant Share
Icons128x128_1::Share in standard.php
Class Constant ShareBlink
Method showArrow
ChallengeCard::showArrow() in ChallengeCard.class.php
Whether to show the blue arrow above the challenge icon
Method showFastNext
PageNavigator::showFastNext() in PageNavigator.class.php
Shows or hides the "fast prev/next" navigation icons
Method showLast
PageNavigator::showLast() in PageNavigator.class.php
Shows or hides the "go to first/last" navigation icons
Class ShowMessage
ShowMessage in standardManiacode.php
Show message
Method showText
PageNavigator::showText() in PageNavigator.class.php
Shows or hides the text. Note that if the current page or the page number
Class Constant SkillPoints
Class Constant SliderBar
Icons128x32_1::SliderBar in standard.php
Class Constant SliderBar2
Class Constant SliderCursor
Class Constant SliderCursor2
Class Constant Solo
Icons128x128_1::Solo in standard.php
Class Constant Sound
Icons64x64_1::Sound in standard.php
Class Spacer
Spacer in standard.php
A blank element, useful to place gaps between elements when using layouts
Class Constant SPEC
JoinServer::SPEC in standardManiacode.php
Connection type
Class Constant Spectator
BgRaceScore2::Spectator in standard.php
Class Constant StarGold
Icons64x64_1::StarGold in standard.php
Class Constant StateFavourite
Class Constant StatePrivate
Class Constant StateSuggested
Class Constant Statistics
Class Constant Stereo3D
Icons64x64_1::Stereo3D in standard.php
Method stripLinks
TMStrings::stripLinks() in TMStrings.class.php
Removes TM links
Method stripWideFonts
TMStrings::stripWideFonts() in TMStrings.class.php
Removes some TM styles (wide, bold and shadowed) to avoid wide words
Class Constant Stunts
Icons128x128_1::Stunts in standard.php
top
t
Variable $text
NavigationButton::$text in NavigationButton.class.php
Variable $text
PageNavigator::$text in PageNavigator.class.php
Variable $text
ChallengeCard::$text in ChallengeCard.class.php
Variable $textOffset
NavigationButton::$textOffset in NavigationButton.class.php
Variable $textSizeMinimizer
NavigationButton::$textSizeMinimizer in NavigationButton.class.php
Variable $title
DialogHelper::$title in DialogHelper.class.php
Variable $title
BulletCard::$title in BulletCard.class.php
Variable $title
Panel::$title in Panel.class.php
Variable $title
Navigation::$title in Navigation.class.php
Variable $titleBg
Navigation::$titleBg in Navigation.class.php
Variable $titleBg
Panel::$titleBg in Panel.class.php
Title background
Page TwoButtonsDialogCard.class.php
TwoButtonsDialogCard.class.php in TwoButtonsDialogCard.class.php
Page TMStrings.class.php
TMStrings.class.php in TMStrings.class.php
Class Constant TagTypeBronze
Class Constant TagTypeGold
Class Constant TagTypeNadeo
Class Constant TagTypeNone
Class Constant TagTypeSilver
Class Constant TextButtonBig
Format::TextButtonBig in standard.php
Manialink styles for the Format element and its children
Class Constant TextButtonMedium
Format::TextButtonMedium in standard.php
Manialink styles for the Format element and its children
Class Constant TextButtonNav
Format::TextButtonNav in standard.php
Manialink styles for the Format element and its children
Class Constant TextButtonSmall
Format::TextButtonSmall in standard.php
Manialink styles for the Format element and its children
Class Constant TextCardInfoSmall
Manialink styles for the Format element and its children
Class Constant TextCardMedium
Format::TextCardMedium in standard.php
Manialink styles for the Format element and its children
Class Constant TextCardRaceRank
Format::TextCardRaceRank in standard.php
Manialink styles for the Format element and its children
Class Constant TextCardScores2
Format::TextCardScores2 in standard.php
Manialink styles for the Format element and its children
Class Constant TextCardSmallScores2
Manialink styles for the Format element and its children
Class Constant TextCardSmallScores2Rank
Manialink styles for the Format element and its children
Class Constant TextChallengeNameMedal
Manialink styles for the Format element and its children
Class Constant TextChallengeNameMedalNone
Manialink styles for the Format element and its children
Class Constant TextChallengeNameMedium
Manialink styles for the Format element and its children
Class Constant TextChallengeNameSmall
Manialink styles for the Format element and its children
Class Constant TextCongratsBig
Format::TextCongratsBig in standard.php
Manialink styles for the Format element and its children
Class Constant TextCredits
Format::TextCredits in standard.php
Manialink styles for the Format element and its children
Class Constant TextCreditsTitle
Format::TextCreditsTitle in standard.php
Manialink styles for the Format element and its children
Class Constant TextInfoMedium
Format::TextInfoMedium in standard.php
Manialink styles for the Format element and its children
Class Constant TextInfoSmall
Format::TextInfoSmall in standard.php
Manialink styles for the Format element and its children
Class Constant TextPlayerCardName
Manialink styles for the Format element and its children
Class Constant TextRaceChat
Format::TextRaceChat in standard.php
Manialink styles for the Format element and its children
Class Constant TextRaceChrono
Format::TextRaceChrono in standard.php
Manialink styles for the Format element and its children
Class Constant TextRaceChronoError
Manialink styles for the Format element and its children
Class Constant TextRaceChronoWarning
Manialink styles for the Format element and its children
Class Constant TextRaceMessage
Format::TextRaceMessage in standard.php
Manialink styles for the Format element and its children
Class Constant TextRaceStaticSmall
Manialink styles for the Format element and its children
Class Constant TextRaceValueSmall
Manialink styles for the Format element and its children
Class Constant TextRankingsBig
Format::TextRankingsBig in standard.php
Manialink styles for the Format element and its children
Class Constant TextStaticMedium
Format::TextStaticMedium in standard.php
Manialink styles for the Format element and its children
Class Constant TextStaticSmall
Format::TextStaticSmall in standard.php
Manialink styles for the Format element and its children
Class Constant TextSubTitle1
Format::TextSubTitle1 in standard.php
Manialink styles for the Format element and its children
Class Constant TextSubTitle2
Format::TextSubTitle2 in standard.php
Manialink styles for the Format element and its children
Class Constant TextTips
Format::TextTips in standard.php
Manialink styles for the Format element and its children
Class Constant TextTitle1
Format::TextTitle1 in standard.php
Manialink styles for the Format element and its children
Class Constant TextTitle2
Format::TextTitle2 in standard.php
Manialink styles for the Format element and its children
Class Constant TextTitle2Blink
Format::TextTitle2Blink in standard.php
Manialink styles for the Format element and its children
Class Constant TextTitle3
Format::TextTitle3 in standard.php
Manialink styles for the Format element and its children
Class Constant TextTitleError
Format::TextTitleError in standard.php
Manialink styles for the Format element and its children
Class Constant TextValueBig
Format::TextValueBig in standard.php
Manialink styles for the Format element and its children
Class Constant TextValueMedium
Format::TextValueMedium in standard.php
Manialink styles for the Format element and its children
Class Constant TextValueSmall
Format::TextValueSmall in standard.php
Manialink styles for the Format element and its children
Class Constant Third
Icons64x64_1::Third in standard.php
Class TMStrings
TMStrings in TMStrings.class.php
Misc functions for TM styled strings
Class Constant ToolLeague1
Class Constant ToolLeague2
Class Constant ToolLeague3
Class Constant ToolRoot
Icons64x64_1::ToolRoot in standard.php
Class Constant ToolTree
Icons64x64_1::ToolTree in standard.php
Class Constant ToolUp
Icons64x64_1::ToolUp in standard.php
Class Constant TrackInfo
Icons64x64_1::TrackInfo in standard.php
Class Constant Tv
BgRaceScore2::Tv in standard.php
Class Constant TV
Icons64x64_1::TV in standard.php
Class TwoButtonsDialogCard
TwoButtonsDialogCard in TwoButtonsDialogCard.class.php
Dialog
top
u
Page UserAgentCheckFilter.class.php
UserAgentCheckFilter.class.php in UserAgentCheckFilter.class.php
Class Constant United
Icons128x128_1::United in standard.php
Class Constant Upload
Icons128x128_1::Upload in standard.php
Method uploadFile
ManialinkUploadHandler::uploadFile() in ManialinkUploadHandler.class.php
Tries to read the specified file and save it
Class Constant UrlBg
Icons128x32_1::UrlBg in standard.php
Class UserAgentCheckFilter
UserAgentCheckFilter in UserAgentCheckFilter.class.php
User agent checker
Class Constant USE_ABSOLUTE_URL
top
v
Variable $valign
Page VerticalFlowLayout.class.php
VerticalFlowLayout.class.php in VerticalFlowLayout.class.php
Page View.class.php
View.class.php in View.class.php
Class Constant Vehicles
Icons128x128_1::Vehicles in standard.php
Class VerticalFlowLayout
VerticalFlowLayout in VerticalFlowLayout.class.php
Flow layout Column-like, items fill vertically the current column then the next one on the right etc.
Class Video
Video in standard.php
Video
Class View
View in View.class.php
View rendering features
Class ViewReplay
ViewReplay in standardManiacode.php
View replay
top
w
Variable $width
DialogHelper::$width in DialogHelper.class.php
Class Constant Warmup
BgRaceScore2::Warmup in standard.php
Class Constant Windowed
Icons64x64_1::Windowed in standard.php
top
x
Variable $xmlTagName
top
y
Class Constant YellowHigh
Icons64x64_1::YellowHigh in standard.php
Class Constant YellowLow
Icons64x64_1::YellowLow in standard.php
top
_
Function __
__() in LangEngine.class.php
i18n message
Method __construct
GotoLink::__construct() in standardManiacode.php
Method __construct
InstallReplay::__construct() in standardManiacode.php
Method __construct
InstallSkin::__construct() in standardManiacode.php
Method __construct
GetSkin::__construct() in standardManiacode.php
Method __construct
FileDownload::__construct() in standardManiacode.php
Method __construct
Video::__construct() in standard.php
Method __construct
AddBuddy::__construct() in standardManiacode.php
Method __construct
AddFavourite::__construct() in standardManiacode.php
Method __construct
InstallTrack::__construct() in standardManiacode.php
Method __construct
InviteBuddy::__construct() in standardManiacode.php
Method __construct
ShowMessage::__construct() in standardManiacode.php
Method __construct
ViewReplay::__construct() in standardManiacode.php
Method __construct
TwoButtonsDialogCard::__construct() in TwoButtonsDialogCard.class.php
Method __construct
PlayTrack::__construct() in standardManiacode.php
Method __construct
PlayReplay::__construct() in standardManiacode.php
Method __construct
Music::__construct() in standard.php
Method __construct
JoinServer::__construct() in standardManiacode.php
Method __construct
PackageTrack::__construct() in standardManiacode.php
Method __construct
InstallTrackPack::__construct() in standardManiacode.php
Method __construct
Label::__construct() in standard.php
Method __construct
DialogHelper::__construct() in DialogHelper.class.php
Method __construct
ManialinkUploadHandler::__construct() in ManialinkUploadHandler.class.php
Method __construct
MultipageList::__construct() in MultipageList.class.php
Method __construct
DialogCard::__construct() in DialogCard.class.php
Method __construct
ChallengeCard::__construct() in ChallengeCard.class.php
Method __construct
AdvancedFilter::__construct() in AdvancedFilter.class.php
Call the parent constructor when you override it in your filters!
Method __construct
BulletCard::__construct() in BulletCard.class.php
Method __construct
Navigation::__construct() in Navigation.class.php
Method __construct
NavigationButton::__construct() in NavigationButton.class.php
Method __construct
Manialink element default constructor. It's common to specify the size of the element in the constructor.
Method __construct
Icon::__construct() in standard.php
Method __construct
Method __construct
Format::__construct() in standard.php
Method __construct
Button::__construct() in standard.php
Method __construct
Panel::__construct() in Panel.class.php
Method __construct
AbstractLayout::__construct() in AbstractLayout.class.php
Default constructor is used to set the size of the layout, just like
Method __construct
PageNavigator::__construct() in PageNavigator.class.php
Function __date
__date() in LangEngine.class.php
i18n date
a b c d e f g h i j l m n o p q r s t u v w x y _