update php sample

This commit is contained in:
wing328 2015-12-07 00:37:22 +08:00
parent 11466570f7
commit 17b14fa281
3 changed files with 20 additions and 20 deletions

View File

@ -108,7 +108,7 @@ class PetApi
/**
* updatePet
* updatePetWithHttpInfo
*
* Update an existing pet
*
@ -192,7 +192,7 @@ class PetApi
/**
* addPet
* addPetWithHttpInfo
*
* Add a new pet to the store
*
@ -276,7 +276,7 @@ class PetApi
/**
* findPetsByStatus
* findPetsByStatusWithHttpInfo
*
* Finds Pets by status
*
@ -367,7 +367,7 @@ class PetApi
/**
* findPetsByTags
* findPetsByTagsWithHttpInfo
*
* Finds Pets by tags
*
@ -458,7 +458,7 @@ class PetApi
/**
* getPetById
* getPetByIdWithHttpInfo
*
* Find pet by ID
*
@ -561,7 +561,7 @@ class PetApi
/**
* updatePetWithForm
* updatePetWithFormWithHttpInfo
*
* Updates a pet in the store with form data
*
@ -667,7 +667,7 @@ class PetApi
/**
* deletePet
* deletePetWithHttpInfo
*
* Deletes a pet
*
@ -764,7 +764,7 @@ class PetApi
/**
* uploadFile
* uploadFileWithHttpInfo
*
* uploads an image
*

View File

@ -107,7 +107,7 @@ class StoreApi
/**
* getInventory
* getInventoryWithHttpInfo
*
* Returns pet inventories by status
*
@ -196,7 +196,7 @@ class StoreApi
/**
* placeOrder
* placeOrderWithHttpInfo
*
* Place an order for a pet
*
@ -283,7 +283,7 @@ class StoreApi
/**
* getOrderById
* getOrderByIdWithHttpInfo
*
* Find purchase order by ID
*
@ -377,7 +377,7 @@ class StoreApi
/**
* deleteOrder
* deleteOrderWithHttpInfo
*
* Delete purchase order by ID
*

View File

@ -108,7 +108,7 @@ class UserApi
/**
* createUser
* createUserWithHttpInfo
*
* Create user
*
@ -187,7 +187,7 @@ class UserApi
/**
* createUsersWithArrayInput
* createUsersWithArrayInputWithHttpInfo
*
* Creates list of users with given input array
*
@ -266,7 +266,7 @@ class UserApi
/**
* createUsersWithListInput
* createUsersWithListInputWithHttpInfo
*
* Creates list of users with given input array
*
@ -346,7 +346,7 @@ class UserApi
/**
* loginUser
* loginUserWithHttpInfo
*
* Logs user into the system
*
@ -435,7 +435,7 @@ class UserApi
/**
* logoutUser
* logoutUserWithHttpInfo
*
* Logs out current logged in user session
*
@ -509,7 +509,7 @@ class UserApi
/**
* getUserByName
* getUserByNameWithHttpInfo
*
* Get user by user name
*
@ -604,7 +604,7 @@ class UserApi
/**
* updateUser
* updateUserWithHttpInfo
*
* Updated user
*
@ -695,7 +695,7 @@ class UserApi
/**
* deleteUser
* deleteUserWithHttpInfo
*
* Delete user
*