POT
POT
POT
Main menu

Download

Forum

SVN

Interface: IOTS_DataDisplay

Source Location: /classes/IOTS_DataDisplay.php

Interface IOTS_DataDisplay

Interface Overview

Display interface for non-database resources.

Display interface for non-database resources. This way you can define low-level part of display logic to bind templates directly with POT objects.

Located in /classes/IOTS_DataDisplay.php [line 24]



		
				Author(s):
		
Information Tags:
Version:  0.1.3
Since:  0.1.3

Methods

[ Top ]
Method Summary
string   displayHouse()   Displays house.
string   displayHousesList()   Displays houses list.
string   displayItemsList()   Displays item types list.
string   displayItemType()   Displays item type.
string   displayMonster()   Displays monster.
string   displayMonstersList()   Displays monsters list.
string   displayOTBMMap()   Displays OTBM map info.
string   displaySpell()   Displays spell information.
string   displaySpellsList()   Displays spells list.

[ Top ]
Methods
displayHouse  [line 32]

  string displayHouse( OTS_House $house  )

Displays house.

Displays house.

Parameters:
OTS_House   $house:  House to be displayed.

API Tags:
Return:  String representation.
Access:  public

Information Tags:
Version:  0.1.3
Since:  0.1.3

[ Top ]
displayHousesList  [line 39]

  string displayHousesList( $housesList  )

Displays houses list.

Displays houses list.

Parameters:
OTS_Houses_List   $housesList:  List to be displayed.

API Tags:
Return:  String representation.
Access:  public

Information Tags:
Version:  0.1.3
Since:  0.1.3

[ Top ]
displayItemsList  [line 46]

  string displayItemsList( OTS_ItemsList $itemsList  )

Displays item types list.

Displays item types list.

Parameters:
OTS_ItemsList   $itemsList:  Items list to be displayed.

API Tags:
Return:  String representation.
Access:  public

Information Tags:
Version:  0.1.3
Since:  0.1.3

[ Top ]
displayItemType  [line 53]

  string displayItemType( OTS_ItemType $itemType  )

Displays item type.

Displays item type.

Parameters:
OTS_ItemType   $itemType:  Type information.

API Tags:
Return:  String representation.
Access:  public

Information Tags:
Version:  0.1.3
Since:  0.1.3

[ Top ]
displayMonster  [line 60]

  string displayMonster( OTS_Monster $monster  )

Displays monster.

Displays monster.

Parameters:
OTS_Monster   $monster:  Monster to be displayed.

API Tags:
Return:  String representation.
Access:  public

Information Tags:
Version:  0.1.3
Since:  0.1.3

[ Top ]
displayMonstersList  [line 67]

  string displayMonstersList( OTS_MonstersList $monstersList  )

Displays monsters list.

Displays monsters list.

Parameters:
OTS_MonstersList   $monstersList:  List to be displayed.

API Tags:
Return:  String representation.
Access:  public

Information Tags:
Version:  0.1.3
Since:  0.1.3

[ Top ]
displayOTBMMap  [line 74]

  string displayOTBMMap( OTS_OTBMFile $map  )

Displays OTBM map info.

Displays OTBM map info.

Parameters:
OTS_OTBMFile   $map:  Map to be displayed.

API Tags:
Return:  String representation.
Access:  public

Information Tags:
Version:  0.1.3
Since:  0.1.3

[ Top ]
displaySpell  [line 81]

  string displaySpell( OTS_Spell $spell  )

Displays spell information.

Displays spell information.

Parameters:
OTS_Spell   $spell:  Spell to be displayed.

API Tags:
Return:  String representation.
Access:  public

Information Tags:
Version:  0.1.3
Since:  0.1.3

[ Top ]
displaySpellsList  [line 88]

  string displaySpellsList( OTS_SpellsList $spellsList  )

Displays spells list.

Displays spells list.

Parameters:
OTS_GuildRanks_List   $spellsList:  List to be displayed.

API Tags:
Return:  String representation.
Access:  public

Information Tags:
Version:  0.1.3
Since:  0.1.3

[ Top ]