mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Doxygen
This commit is contained in:
parent
63af6f017c
commit
07f3178a61
|
|
@ -218,10 +218,10 @@ function propale_pdf_create($db, $object, $modele, $outputlangs)
|
|||
}
|
||||
|
||||
/**
|
||||
* Supprime l'image de previsualitation, pour le cas de regeneration de propal
|
||||
* Delete preview files
|
||||
* @param db objet base de donnee
|
||||
* @param propalid id de la propal a effacer
|
||||
* @param propalref reference de la propal si besoin
|
||||
* @param propalref reference de la propal si besoin
|
||||
*/
|
||||
function propale_delete_preview($db, $propalid, $propalref='')
|
||||
{
|
||||
|
|
|
|||
|
|
@ -121,10 +121,9 @@ function supplier_invoice_pdf_create($db, $object, $model, $outputlangs)
|
|||
}
|
||||
|
||||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
* Delete preview files
|
||||
* @param $db
|
||||
* @param $propalid
|
||||
* @param $objectid
|
||||
* @return int
|
||||
*/
|
||||
function supplier_invoice_delete_preview($db, $objectid)
|
||||
|
|
|
|||
|
|
@ -196,10 +196,9 @@ function supplier_order_pdf_create($db, $object, $model, $outputlangs)
|
|||
}
|
||||
|
||||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
* Delete preview files
|
||||
* @param $db
|
||||
* @param $propalid
|
||||
* @param $objectid
|
||||
* @return int
|
||||
*/
|
||||
function supplier_order_delete_preview($db, $objectid)
|
||||
|
|
|
|||
|
|
@ -422,11 +422,11 @@ function format_cal($format,$string)
|
|||
}
|
||||
|
||||
/**
|
||||
* \brief Cut string after 75 chars. Add CRLF+Space.
|
||||
* \param string String to convert
|
||||
* \return string String converted
|
||||
* \remarks line must be encoded in UTF-8
|
||||
*/
|
||||
* Cut string after 75 chars. Add CRLF+Space.
|
||||
* line must be encoded in UTF-8
|
||||
* @param line String to convert
|
||||
* @return string String converted
|
||||
*/
|
||||
function CalEncode($line)
|
||||
{
|
||||
$out = '';
|
||||
|
|
|
|||
|
|
@ -790,7 +790,7 @@ if (! function_exists("llxHeader"))
|
|||
|
||||
|
||||
/**
|
||||
* Show HTML header
|
||||
* Show HTTP header
|
||||
*/
|
||||
function top_httphead()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -432,12 +432,10 @@ $countryCode, $currencyCode, $tag )
|
|||
|
||||
|
||||
/**
|
||||
'-------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* hash_call: Function to perform the API call to PayPal using API signature
|
||||
* @methodName is name of API method.
|
||||
* @nvpStr is nvp string.
|
||||
* returns an associtive array containing the response from the server.
|
||||
'-------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* @param methodName is name of API method.
|
||||
* @param nvpStr is nvp string.
|
||||
* @return array returns an associtive array containing the response from the server.
|
||||
*/
|
||||
function hash_call($methodName,$nvpStr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user