static void addListItem(
string
$path
)
|
|
Adds a new download item to the database. For internal use.
Parameters:
string |
$path: |
Path of the download item |
static void button(
$buttons
)
|
|
Admin overview button for download statistics utility
Parameters:
static bool|string getItemID(
string
$path
)
|
|
Gets the id of a download item from the database for the download link. For internal use.
Parameters:
string |
$path: |
Path of the download item (without WEBPATH) |
static void getListItemFromDB(
$file
)
|
|
Parameters:
static void getListItemsFromDB(
)
|
|
static void handleOptionSave(
$themename,
$themealbum
)
|
|
Parameters:
static array printListArray(
array
$array, [string
$listtype = 'ol']
)
|
|
Parameters:
array |
$array: |
List of download items |
string |
$listtype: |
"ol" or "ul" for the type of HTML list you want to use |
static void updateListItemCount(
string
$path, bool
$nocountupdate
)
|
|
Updates the download count entry when processing a download. For internal use.
Parameters:
string |
$path: |
Path of the download item |
bool |
$nocountupdate: |
false if the downloadcount should not be increased and only the entry be added to the db if it does not already exist |
DownloadList __construct(
)
|
|
void getOptionsSupported(
)
|
|
void handleOption(
$option,
$currentValue
)
|
|
Parameters: