Missing comments

This commit is contained in:
Maxime Kohlhaas 2017-10-17 19:46:06 +02:00
parent 25fa7d0564
commit 9875d1b7cc

View File

@ -59,6 +59,7 @@ class UserBankAccount extends Account
* Create bank information record * Create bank information record
* *
* @param User $user User * @param User $user User
* @param int $notrigger 1=Disable triggers
* @return int <0 if KO, >= 0 if OK * @return int <0 if KO, >= 0 if OK
*/ */
function create(User $user=null, $notrigger=0) function create(User $user=null, $notrigger=0)
@ -88,6 +89,7 @@ class UserBankAccount extends Account
* Update bank account * Update bank account
* *
* @param User $user Object user * @param User $user Object user
* @param int $notrigger 1=Disable triggers
* @return int <=0 if KO, >0 if OK * @return int <=0 if KO, >0 if OK
*/ */
function update(User $user=null, $notrigger=0) function update(User $user=null, $notrigger=0)