phpBMS

Changeset 752

Show
Ignore:
Timestamp:
01/13/10 14:27:16 (2 years ago)
Author:
nate
Message:
  • Fleshed out some function parameter comments.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/api/apiwrapper.php

    r751 r752  
    229229    /* 
    230230     * function searchClientByNameAndPostalcode 
    231      * @param $firstname 
    232      * @param $lastname 
    233      * @param $postalcode 
     231     * @param name $firstname The first name to search for in the client's table 
     232     * @param name $lastname The last name to search for in the client's table 
     233     * @param name $postalcode The postal code to search for in the client's table 
    234234     * @param array $options An associative array of options. Possible options are : 'useUuid' 
    235235     * 
     
    260260    /* 
    261261     * function searchClientByUsernameAndPassword 
    262      * @param $username 
    263      * @param $password 
     262     * @param string $username The username to search for in the client's table 
     263     * @param string $password The password to search for in the client's table 
    264264     * @param array $options An associative array of options. Possible options are : 'useUuid' 
    265265     * 
     
    289289    /* 
    290290     * function searchSalesOrdersByClientUuid 
    291      * @param $clientuuid 
    292      * @param $ordertype 
    293      * @param $startdate 
    294      * @param $enddate 
     291     * @param string $clientuuid The uuid of a client record 
     292     * @param string $ordertype The type of the sales order.  Possible types are :'Quote','Order','Invoice','VOID' 
     293     * @param string $startdate The sql encoded DATETIME lower range of creation dates. 
     294     * @param string $enddate The sql encoded DATETIME upper range of creation dates. 
    295295     * @param array $options An associative array of options. Possible options are : 'useUuid' 
    296296     * 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.