Class client_volumes

client_entity
  |
  +--client_volumes

public class client_volumes
extends client_entity

Client part support for Article System.
Functions to handle volumes on the client side.


Constructor Summary
client_volumes(var $iss, var $vol)
           
 
Method Summary
 unknown get_all(var $bonus)
          Returns all volumes in db.
 unknown get_issues(var $id, var $bonus)
          Returns data on issues from given volume.
 unknown get(var $id, var $bonus)
          Return volume data.
 
Methods inherited from class client_entity
get_by, get_image_assignment, get_image_link, get_image_tag, get_image, select_box
 

Constructor Detail

client_volumes

public client_volumes(var $iss,
                      var $vol)
Parameters:
$iss - is passed by reference
$vol - is passed by reference
Method Detail

get

public unknown get(var $id,
                   var $bonus)
Return volume data.
Parameters:
$id - Volume id.
$bonus - String, that is appended to the query. Possibly for ORDER BY, ...
$bonus - Default Value: ''
Returns:
associative array

get_all

public unknown get_all(var $bonus)
Returns all volumes in db. Namely 'id, name' for each of them.
Parameters:
$bonus - Default Value: ''
Returns:
associative array

get_issues

public unknown get_issues(var $id,
                          var $bonus)
Returns data on issues from given volume.
Parameters:
$id - Volume id.
$bonus - String, that is appended to the query. Possibly for ORDER BY, ...
$bonus - Default Value: ''
Returns:
associative array