POT
POT
POT
Main menu

Download

Forum

SVN

Class: OTS_GuildRanks_List

Source Location: /classes/OTS_GuildRanks_List.php

Class OTS_GuildRanks_List

Class Overview

List of guild ranks.

List of guild ranks.

Located in /classes/OTS_GuildRanks_List.php [line 21]

OTS_Base_List
   |
   --OTS_GuildRanks_List
Author(s):
Information Tags:
Version:  0.1.3
Since:  0.0.4

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From OTS_Base_List

OTS_Base_List::$class
OTS_Base_List::$db
OTS_Base_List::$rows
OTS_Base_List::$table

Inherited From OTS_Base_List

OTS_Base_List::__construct()
Sets database connection handler.
OTS_Base_List::count()
Returns number of rows on list in current criterium.
OTS_Base_List::current()
Returns current row.
OTS_Base_List::getSQL()
Returns SQL query for SELECT.
OTS_Base_List::init()
Sets list parameters.
OTS_Base_List::key()
Current cursor position.
OTS_Base_List::next()
Moves to next row.
OTS_Base_List::orderBy()
Appends sorting rule.
OTS_Base_List::prepareSQL()
Returns generic SQL query that can be adaptated by child classes.
OTS_Base_List::resetOrder()
Clears ORDER BY clause.
OTS_Base_List::rewind()
Select rows from database.
OTS_Base_List::setFilter()
Sets filter on list.
OTS_Base_List::setLimit()
Sets LIMIT clause.
OTS_Base_List::setOffset()
Sets OFFSET clause.
OTS_Base_List::valid()
Checks if there are any rows left.
OTS_Base_List::__set()
Magic PHP5 method.
OTS_Base_List::__set_state()
Magic PHP5 method.
OTS_Base_List::__sleep()
Magic PHP5 method.
OTS_Base_List::__wakeup()
Magic PHP5 method.

[ Top ]
Method Summary
void   deleteGuildRank()  
void   init()   Sets list parameters.
string   __toString()   Returns string representation of object.

[ Top ]
Methods
deleteGuildRank  [line 28]

  void deleteGuildRank( OTS_GuildRank $guildRank  )

Parameters:
OTS_GuildRank   $guildRank:  Rank to be deleted.

API Tags:
Deprecated:  0.0.5 Use OTS_GuildRank->delete().
Access:  public

Information Tags:
Version:  0.0.5
Since:  0.0.4

[ Top ]
init  [line 43]

  void init( )

Sets list parameters.

Sets list parameters. This method is called at object creation.


API Tags:
Access:  public

Information Tags:
Version:  0.0.5
Since:  0.0.4
Since:  0.0.5

Redefinition of:
OTS_Base_List::init()
Sets list parameters.

[ Top ]
__toString  [line 60]

  string __toString( )

Returns string representation of object.

Returns string representation of object. If any display driver is currently loaded then it uses it's method.


API Tags:
Return:  String representation of object.
Access:  public

Information Tags:
Version:  0.1.3
Since:  0.0.4
Since:  0.1.0

[ Top ]