Back to Phoca Download project (class list)

Class PhocaDownloadUser - list of methods

Located at: Phocadownload/user/user.php
Project: Phoca Download

Method Summary

public static
(mixed $formName = 'language')

Show source code of this method: getUserLang Source Code

public static
(mixed $file, mixed $userId)

Show source code of this method: getUserFileInfo Source Code

public static array
(mixed $name, mixed $id, mixed $active, mixed $nouser = 0, mixed $javascript = NULL, mixed $order = 'name', mixed $reg = 1, mixed $returnArray = 0)

Method to display multiple select box
Parameters
  • string $name Name (id, name parameters)
  • array $active Array of items which will be selected
  • int $nouser Select no user
  • string $javascript Add javascript to the select box
  • string $order Ordering of items
  • int $reg Only registered users
Returns
  • array of id
Show source code of this method: usersList Source Code