Fix doxygen
This commit is contained in:
parent
1274d71a10
commit
7b01e76d2b
@ -668,7 +668,7 @@ class Mailing extends CommonObject
|
|||||||
*
|
*
|
||||||
* @param int $statut Id statut
|
* @param int $statut Id statut
|
||||||
* @param int $mode 0=libelle long, 1=libelle court, 2=Picto + Libelle court, 3=Picto, 4=Picto + Libelle long, 5=Libelle court + Picto
|
* @param int $mode 0=libelle long, 1=libelle court, 2=Picto + Libelle court, 3=Picto, 4=Picto + Libelle long, 5=Libelle court + Picto
|
||||||
* @param strin $desc Desc error
|
* @param string $desc Desc error
|
||||||
* @return string Label
|
* @return string Label
|
||||||
*/
|
*/
|
||||||
public static function libStatutDest($statut, $mode = 0, $desc = '')
|
public static function libStatutDest($statut, $mode = 0, $desc = '')
|
||||||
|
|||||||
@ -161,7 +161,7 @@ class Commande extends CommonOrder
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* @see date
|
* @see $date
|
||||||
*/
|
*/
|
||||||
public $date_commande;
|
public $date_commande;
|
||||||
|
|
||||||
@ -1331,7 +1331,7 @@ class Commande extends CommonOrder
|
|||||||
* @param double $pu_ht_devise Unit price in currency
|
* @param double $pu_ht_devise Unit price in currency
|
||||||
* @return int >0 if OK, <0 if KO
|
* @return int >0 if OK, <0 if KO
|
||||||
*
|
*
|
||||||
* @see add_product
|
* @see add_product()
|
||||||
*
|
*
|
||||||
* Les parametres sont deja cense etre juste et avec valeurs finales a l'appel
|
* Les parametres sont deja cense etre juste et avec valeurs finales a l'appel
|
||||||
* de cette methode. Aussi, pour le taux tva, il doit deja avoir ete defini
|
* de cette methode. Aussi, pour le taux tva, il doit deja avoir ete defini
|
||||||
@ -3905,7 +3905,7 @@ class OrderLine extends CommonOrderLine
|
|||||||
* Id of parent order
|
* Id of parent order
|
||||||
* @var int
|
* @var int
|
||||||
* @deprecated Use fk_commande
|
* @deprecated Use fk_commande
|
||||||
* @see fk_commande
|
* @see $fk_commande
|
||||||
*/
|
*/
|
||||||
public $commande_id;
|
public $commande_id;
|
||||||
|
|
||||||
@ -3932,7 +3932,7 @@ class OrderLine extends CommonOrderLine
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* @see remise_percent, fk_remise_except
|
* @see $remise_percent, $fk_remise_except
|
||||||
*/
|
*/
|
||||||
public $remise;
|
public $remise;
|
||||||
|
|
||||||
|
|||||||
@ -773,7 +773,7 @@ class RemiseCheque extends CommonObject
|
|||||||
* Reopen linked invoices and create a new negative payment.
|
* Reopen linked invoices and create a new negative payment.
|
||||||
*
|
*
|
||||||
* @param int $bank_id Id of bank transaction line concerned
|
* @param int $bank_id Id of bank transaction line concerned
|
||||||
* @param date $rejection_date Date to use on the negative payment
|
* @param integer $rejection_date Date to use on the negative payment
|
||||||
* @return int Id of negative payment line created
|
* @return int Id of negative payment line created
|
||||||
*/
|
*/
|
||||||
public function rejectCheck($bank_id, $rejection_date)
|
public function rejectCheck($bank_id, $rejection_date)
|
||||||
|
|||||||
@ -58,13 +58,13 @@ class Paiement extends CommonObject
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* @see amount, amounts
|
* @see $amount, $amounts
|
||||||
*/
|
*/
|
||||||
public $total;
|
public $total;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* @see amount, amounts
|
* @see $amount, $amounts
|
||||||
*/
|
*/
|
||||||
public $montant;
|
public $montant;
|
||||||
|
|
||||||
|
|||||||
@ -165,7 +165,7 @@ class Contrat extends CommonObject
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated Use fk_project instead
|
* @deprecated Use fk_project instead
|
||||||
* @see fk_project
|
* @see $fk_project
|
||||||
*/
|
*/
|
||||||
public $fk_projet;
|
public $fk_projet;
|
||||||
|
|
||||||
@ -305,7 +305,7 @@ class Contrat extends CommonObject
|
|||||||
* @param int $notrigger 1=Does not execute triggers, 0=Execute triggers
|
* @param int $notrigger 1=Does not execute triggers, 0=Execute triggers
|
||||||
* @param string $comment Comment
|
* @param string $comment Comment
|
||||||
* @return int <0 if KO, >0 if OK
|
* @return int <0 if KO, >0 if OK
|
||||||
* @see closeAll
|
* @see ()
|
||||||
*/
|
*/
|
||||||
public function activateAll($user, $date_start = '', $notrigger = 0, $comment = '')
|
public function activateAll($user, $date_start = '', $notrigger = 0, $comment = '')
|
||||||
{
|
{
|
||||||
@ -361,7 +361,7 @@ class Contrat extends CommonObject
|
|||||||
* @param int $notrigger 1=Does not execute triggers, 0=Execute triggers
|
* @param int $notrigger 1=Does not execute triggers, 0=Execute triggers
|
||||||
* @param string $comment Comment
|
* @param string $comment Comment
|
||||||
* @return int <0 if KO, >0 if OK
|
* @return int <0 if KO, >0 if OK
|
||||||
* @see activateAll
|
* @see activateAll()
|
||||||
*/
|
*/
|
||||||
public function closeAll(User $user, $notrigger = 0, $comment = '')
|
public function closeAll(User $user, $notrigger = 0, $comment = '')
|
||||||
{
|
{
|
||||||
|
|||||||
@ -79,7 +79,7 @@ class PaymentDonation extends CommonObject
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* @see amount, amounts
|
* @see $amount, $amounts
|
||||||
*/
|
*/
|
||||||
public $total;
|
public $total;
|
||||||
|
|
||||||
|
|||||||
@ -2417,7 +2417,7 @@ class ExpeditionLigne extends CommonObjectLine
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* @see product_ref
|
* @see $product_ref
|
||||||
*/
|
*/
|
||||||
public $ref;
|
public $ref;
|
||||||
|
|
||||||
|
|||||||
@ -994,7 +994,7 @@ class Livraison extends CommonObject
|
|||||||
* Set the planned delivery date
|
* Set the planned delivery date
|
||||||
*
|
*
|
||||||
* @param User $user Objet utilisateur qui modifie
|
* @param User $user Objet utilisateur qui modifie
|
||||||
* @param timestamp $date_livraison Date de livraison
|
* @param integer $date_livraison Date de livraison
|
||||||
* @return int <0 if KO, >0 if OK
|
* @return int <0 if KO, >0 if OK
|
||||||
*/
|
*/
|
||||||
public function set_date_livraison($user, $date_livraison)
|
public function set_date_livraison($user, $date_livraison)
|
||||||
@ -1107,7 +1107,7 @@ class LivraisonLigne extends CommonObjectLine
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
* @see product_ref
|
* @see $product_ref
|
||||||
*/
|
*/
|
||||||
public $ref;
|
public $ref;
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -38,7 +38,7 @@ class StockMovements extends DolibarrApi
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var MouvmeentStock $stockmovement {@type MouvementStock}
|
* @var MouvementStock $stockmovement {@type MouvementStock}
|
||||||
*/
|
*/
|
||||||
public $stockmovement;
|
public $stockmovement;
|
||||||
|
|
||||||
|
|||||||
@ -517,7 +517,7 @@ class User extends CommonObject
|
|||||||
* @param int $entity Entity to use
|
* @param int $entity Entity to use
|
||||||
* @param int $notrigger 1=Does not execute triggers, 0=Execute triggers
|
* @param int $notrigger 1=Does not execute triggers, 0=Execute triggers
|
||||||
* @return int > 0 if OK, < 0 if KO
|
* @return int > 0 if OK, < 0 if KO
|
||||||
* @see clearrights, delrights, getrights
|
* @see clearrights(), delrights(), getrights()
|
||||||
*/
|
*/
|
||||||
public function addrights($rid, $allmodule = '', $allperms = '', $entity = 0, $notrigger = 0)
|
public function addrights($rid, $allmodule = '', $allperms = '', $entity = 0, $notrigger = 0)
|
||||||
{
|
{
|
||||||
@ -759,7 +759,7 @@ class User extends CommonObject
|
|||||||
* Clear all permissions array of user
|
* Clear all permissions array of user
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
* @see getrights
|
* @see getrights()
|
||||||
*/
|
*/
|
||||||
public function clearrights()
|
public function clearrights()
|
||||||
{
|
{
|
||||||
@ -777,7 +777,7 @@ class User extends CommonObject
|
|||||||
* @param string $moduletag Limit permission for a particular module ('' by default means load all permissions)
|
* @param string $moduletag Limit permission for a particular module ('' by default means load all permissions)
|
||||||
* @param int $forcereload Force reload of permissions even if they were already loaded (ignore cache)
|
* @param int $forcereload Force reload of permissions even if they were already loaded (ignore cache)
|
||||||
* @return void
|
* @return void
|
||||||
* @see clearrights, delrights, addrights
|
* @see clearrights(), delrights(), addrights()
|
||||||
*/
|
*/
|
||||||
public function getrights($moduletag = '', $forcereload = 0)
|
public function getrights($moduletag = '', $forcereload = 0)
|
||||||
{
|
{
|
||||||
@ -3017,7 +3017,7 @@ class User extends CommonObject
|
|||||||
*
|
*
|
||||||
* @param int $addcurrentuser 1=Add also current user id to the list.
|
* @param int $addcurrentuser 1=Add also current user id to the list.
|
||||||
* @return array Array of user id lower than user (all levels under user). This overwrite this->users.
|
* @return array Array of user id lower than user (all levels under user). This overwrite this->users.
|
||||||
* @see get_children
|
* @see get_children()
|
||||||
*/
|
*/
|
||||||
public function getAllChildIds($addcurrentuser = 0)
|
public function getAllChildIds($addcurrentuser = 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user