Overview Package | PHPDoctor |
FRAMES NO FRAMES | |
SUMMARY: FIELD METHOD | DETAIL: FIELD METHOD |
client.client_entity
|
+--client.client_volumes
class client_volumes
extends client_entity
Client part support for Article System.
Functions to handle volumes on the client side.
Field Summary |
---|
public var | $a_issues |
public var | $a_volumes |
Fields inherited from client.client_entity | |
---|---|
$a_entity $a_images $recent |
Method Summary |
---|
public void | client_volumes |
public associative | get Return volume data. |
public associative | get_all Returns all volumes in db. |
public associative | get_issues Returns data on issues from given volume. |
Methods inherited from client.client_entity | |
---|---|
client_entity, get_by, get_image, get_image_assignment, get_image_tag, get_image_link, select_box |
Field Detail |
---|
public var $a_issues
public var $a_volumes
Method Detail |
---|
public void client_volumes(var $iss, var $vol)
$iss
$vol
public associative get(var $id, var $bonus = '')
Return volume data.
$id
$bonus
public associative get_all(var $bonus = '')
Returns all volumes in db.
Namely 'id, name' for each of them.
$bonus
public associative get_issues(var $id, var $bonus = '')
Returns data on issues from given volume.
$id
$bonus
Overview Package | PHPDoctor |
FRAMES NO FRAMES | |
SUMMARY: FIELD METHOD | DETAIL: FIELD METHOD |