mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
doxygen
This commit is contained in:
parent
57e5f3b28b
commit
8614ef5bef
File diff suppressed because it is too large
Load Diff
|
|
@ -42,7 +42,8 @@ abstract class ModelePDFSuppliersOrders extends CommonDocGenerator
|
|||
|
||||
/**
|
||||
* Return list of active generation modules
|
||||
* @param $db Database handler
|
||||
*
|
||||
* @param DoliDB $db Database handler
|
||||
*/
|
||||
function liste_modeles($db)
|
||||
{
|
||||
|
|
@ -71,7 +72,7 @@ abstract class ModeleNumRefSuppliersOrders
|
|||
|
||||
/** Return if a module can be used or not
|
||||
*
|
||||
* @return boolean true if module can be used
|
||||
* @return boolean true if module can be used
|
||||
*/
|
||||
function isEnabled()
|
||||
{
|
||||
|
|
@ -80,7 +81,7 @@ abstract class ModeleNumRefSuppliersOrders
|
|||
|
||||
/** Renvoie la description par defaut du modele de numerotation
|
||||
*
|
||||
* @return string Texte descripif
|
||||
* @return string Texte descripif
|
||||
*/
|
||||
function info()
|
||||
{
|
||||
|
|
@ -91,7 +92,7 @@ abstract class ModeleNumRefSuppliersOrders
|
|||
|
||||
/** Renvoie un exemple de numerotation
|
||||
*
|
||||
* @return string Example
|
||||
* @return string Example
|
||||
*/
|
||||
function getExample()
|
||||
{
|
||||
|
|
@ -102,7 +103,7 @@ abstract class ModeleNumRefSuppliersOrders
|
|||
|
||||
/** Test si les numeros deja en vigueur dans la base ne provoquent pas de conflits qui empecheraient cette numerotation de fonctionner.
|
||||
*
|
||||
* @return boolean false si conflit, true si ok
|
||||
* @return boolean false si conflit, true si ok
|
||||
*/
|
||||
function canBeActivated()
|
||||
{
|
||||
|
|
@ -141,7 +142,7 @@ abstract class ModeleNumRefSuppliersOrders
|
|||
*
|
||||
* @param DoliDB $db data base object
|
||||
* @param Object $object object order
|
||||
* @param string $modele force le modele a utiliser ('' to not force)
|
||||
* @param string $model force le modele a utiliser ('' to not force)
|
||||
* @param Translate $outputlangs Objet lang a utiliser pour traduction
|
||||
* @param int $hidedetails Hide details of lines
|
||||
* @param int $hidedesc Hide description
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ if (function_exists('get_magic_quotes_gpc')) // magic_quotes_* removed in PHP6
|
|||
}
|
||||
|
||||
/**
|
||||
* Security: SQL Injection and XSS Injection (scripts) protection (Filters on GET, POST, PHP_SELF)
|
||||
* Security: SQL Injection and XSS Injection (scripts) protection (Filters on GET, POST, PHP_SELF).
|
||||
*
|
||||
* @param string $val Value
|
||||
* @param string $type 1=GET, 0=POST, 2=PHP_SELF
|
||||
|
|
@ -103,7 +103,7 @@ function test_sql_and_script_inject($val, $type)
|
|||
}
|
||||
|
||||
/**
|
||||
* Security: Return true if OK, false otherwise
|
||||
* Security: Return true if OK, false otherwise.
|
||||
*
|
||||
* @param string &$var Variable name
|
||||
* @param string $type 1=GET, 0=POST, 2=PHP_SELF
|
||||
|
|
@ -1563,7 +1563,7 @@ if (! function_exists("llxFooter"))
|
|||
{
|
||||
/**
|
||||
* Show HTML footer
|
||||
* Close div /DIV data-role=page + /DIV class=fiche + /DIV /DIV main layout + /BODY + /HTML
|
||||
* Close div /DIV data-role=page + /DIV class=fiche + /DIV /DIV main layout + /BODY + /HTML.
|
||||
*
|
||||
* @param string $foot A text to add in HTML generated page
|
||||
* @return void
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/admin/societe.php
|
||||
* \file htdocs/societe/admin/societe.php
|
||||
* \ingroup company
|
||||
* \brief Third party module setup page
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/admin/societe_extrafields.php
|
||||
* \file htdocs/societe/admin/societe_extrafields.php
|
||||
* \ingroup societe
|
||||
* \brief Page to setup extra fields of third party
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user