Documentation

This commit is contained in:
Dany De Bontridder 2018-07-01 13:38:41 +02:00
parent f19a96a850
commit 9814e9a644
2 changed files with 8 additions and 2 deletions

View file

@ -125,7 +125,7 @@ abstract class Acc_Ledger_History
/**
* Build the right object
* @return \Acc_Ledger_History_Generic|\Acc_Ledger_History_Sale|\Acc_Ledger_History_Financial|\Acc_Ledger_History_Purchase
* @return Acc_Ledger_History_Generic Acc_Ledger_History_Sale Acc_Ledger_History_Financial Acc_Ledger_History_Purchase
*/
static function factory(Database $cn, $pa_ledger, $p_from, $p_to, $p_mode)
{

View file

@ -17,6 +17,11 @@
* along with NOALYSS; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
* @file
* @brief display a kind of select
* @include select-box-test.php
*/
// Copyright Author Dany De Bontridder danydb@aevalys.eu
class Select_Box
@ -31,8 +36,9 @@ class Select_Box
* Default constructor
* @param type $p_id javascript DOMid
* @param type $value Label to display
* @example select-box-test.php
*
*
* @example test-iselect-button.php
*/
function __construct($p_id, $value)
{