Changeset 25472 for trunk/ws.php


Ignore:
Timestamp:
Nov 13, 2013, 12:08:22 PM (10 years ago)
Author:
mistic100
Message:

feature 2976: improve lisiblity of pwg.users.getList options on APi explore + optimizations (remove in_array())

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r25394 r25472  
    827827                              'info'=>'id, username, level, email'),
    828828        'display' =>    array('default'=>'basics',
    829                               'info'=>'all,basics,none,username,email,status,level,groups,language,theme,nb_image_page,recent_period,expand,show_nb_comments,show_nb_hits,enabled_high'),
    830         ),
    831       'Retrieves a list of all the users.
    832 <br>"display" controls which data are returned, "basics" stands for "username,email,status,level,groups"',
     829                              'info'=>'Comma saparated list (see method description)'),
     830        ),
     831      'Retrieves a list of all the users.<br>
     832<br>
     833<b>display</b> controls which data are returned, possible values are:<br>
     834all, basics, none,<br>
     835username, email, status, level, groups,<br>
     836language, theme, nb_image_page, recent_period, expand, show_nb_comments, show_nb_hits,<br>
     837enabled_high, registration_date, registration_date_string, registration_date_since, last_visit, last_visit_string, last_visit_since<br>
     838<b>basics</b> stands for "username,email,status,level,groups"',
    833839      $ws_functions_root . 'pwg.users.php',
    834840      array('admin_only'=>true)
Note: See TracChangeset for help on using the changeset viewer.