Class Crimes

Description

Manipulate with crimes.

  • author: Libor Tichy

Located in /World/CrimesModel.php (line 15)

NObject
   |
   --Crimes
Method Summary
static NotORM_Result getCharacterCrimes ([int $characterId = null], [int $limit = null], [int $offset = null])
static NotORM_Result getCrimes ([int $limit = null], [int $offset = null])
static NotORM_Row getMyNew (mixed $characterId)
Methods
static getCharacterCrimes (line 24)

Returns all crimes that belongs to the character.

  • access: public
static NotORM_Result getCharacterCrimes ([int $characterId = null], [int $limit = null], [int $offset = null])
  • int $characterId
  • int $limit
  • int $offset
static getCrimes (line 39)

Returns all crimes.

  • access: public
static NotORM_Result getCrimes ([int $limit = null], [int $offset = null])
  • int $limit
  • int $offset
static getMyNew (line 58)

Returns the last one crime that are not visited by the character.

  • access: public
static NotORM_Row getMyNew (mixed $characterId)
  • mixed $characterId

Documentation generated on Tue, 07 Jun 2011 20:47:28 +0200 by phpDocumentor 1.4.3