Changeset 2583 for trunk/ws.php


Ignore:
Timestamp:
Sep 24, 2008, 10:25:39 PM (16 years ago)
Author:
plg
Message:

new: WebService method pwg.categories.add so that pLoader can create a
virtual category.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r2569 r2583  
    202202    'administration method only'
    203203    );
     204
     205  $service->addMethod(
     206    'pwg.categories.add',
     207    'ws_categories_add',
     208    array(
     209      'name' => array(),
     210      'parent' => array('default' => null),
     211      ),
     212    'administration method only'
     213    );
    204214}
    205215
Note: See TracChangeset for help on using the changeset viewer.