ManiaLib 1.0b1 API Reference

 Class JoinServer

Description

Join server

Located in /gui-toolkit/standardManiacode.php (line 432)

ManiacodeComponent
   |
   --JoinServer
Class Constant Summary
 PLAY = 1
 REFEREE = 3
 SPEC = 2
Method Summary
 JoinServer __construct ([ $connectionType = self::PLAY])
 void getIp ()
 void getPassword ()
 void postFilter ()
 void setConnectionType ( $connection)
 void setIp ( $ip)
 void setPassword ( $password)
Methods
Constructor __construct (line 451)
JoinServer __construct ([ $connectionType = self::PLAY])
  • $connectionType
getConnectionType (line 481)
void getConnectionType ()
getIp (line 461)
void getIp ()
getPassword (line 471)
void getPassword ()
postFilter (line 486)
  • access: protected
void postFilter ()

Redefinition of:
ManiacodeComponent::postFilter()
setConnectionType (line 476)
void setConnectionType ( $connection)
  • $connection
setIp (line 456)
void setIp ( $ip)
  • $ip
setPassword (line 466)
void setPassword ( $password)
  • $password

Inherited Methods

Inherited From ManiacodeComponent

 ManiacodeComponent::getName()
 ManiacodeComponent::postFilter()
 ManiacodeComponent::preFilter()
 ManiacodeComponent::save()
 ManiacodeComponent::setName()
Class Constants
PLAY = 1 (line 437)

Connection type

REFEREE = 3 (line 439)

Connection type

SPEC = 2 (line 438)

Connection type