Changeset 11152 for branches/2.2/ws.php


Ignore:
Timestamp:
May 31, 2011, 10:21:08 PM (13 years ago)
Author:
plg
Message:

feature 1622 added: pwg.categories.getList is now able to return a tree with
the new "tree_output" option. Only compatible with json/php output formats.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/ws.php

    r10022 r11152  
    8282        'recursive' => array('default'=>false),
    8383        'public' => array('default'=>false),
    84       ),
    85       'retrieves a list of categories' );
     84        'tree_output' => array('default'=>false),
     85      ),
     86      'retrieves a list of categories (tree_output option only compatible with json/php output format' );
    8687
    8788  $service->addMethod('pwg.images.addComment', 'ws_images_addComment',
Note: See TracChangeset for help on using the changeset viewer.