Changeset 367


Ignore:
Timestamp:
02/10/11 00:42:32 (13 years ago)
Author:
misc
Message:

add documentation for maintainers.search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Controller/Maintainers.pm

    r366 r367  
    119119} 
    120120 
     121=head2 maintainers.search ( MAINT, [ DISTRIB ] ) 
     122 
     123Search the database for a maintainer matching C<MAINT>. 
     124 
     125The optional C<DISTRIB> filter the result to this specific distribution. 
     126 
     127Result example: 
     128 
     129    [ 
     130        { 
     131            'owner' => 'maintainer', 
     132            'distribution' => 'Mandriva' 
     133            'vendor' => 'Mandriva' 
     134        } 
     135    ]; 
     136 
     137=cut 
     138 
    121139sub search :XMLRPC { 
    122140    my ($self, $c, $maint, $distrib) = @_; 
Note: See TracChangeset for help on using the changeset viewer.