2
0
forked from Wavyzz/dolibarr

Qual: More POO.

Qual: Doxygen
This commit is contained in:
Laurent Destailleur
2011-09-20 17:19:46 +00:00
parent 9b69ef27ba
commit be6286c4b8
45 changed files with 274 additions and 283 deletions

View File

@@ -30,11 +30,8 @@
*/
class EcmDirectory // extends CommonObject
{
var $db; //!< To store db handler
var $error; //!< To return error code (or message)
var $errors=array(); //!< To return several error codes (or messages)
//var $element='ecm_directories'; //!< Id that identify managed objects
//var $table_element='ecm_directories'; //!< Name of table without prefix where object is stored
//public $element='ecm_directories'; //!< Id that identify managed objects
//public $table_element='ecm_directories'; //!< Name of table without prefix where object is stored
var $id;
@@ -377,8 +374,11 @@ class EcmDirectory // extends CommonObject
/**
* \brief Initialise object with example values
* \remarks id must be 0 if object instance is a specimen.
* Initialise an instance with random values.
* Used to build previews or test instances.
* id must be 0 if object instance is a specimen.
*
* @return void
*/
function initAsSpecimen()
{