Standardize and update code

This commit is contained in:
Philippe GRAND 2018-09-28 14:44:47 +02:00
parent f630e2100a
commit 15ff9f8917
4 changed files with 29 additions and 7 deletions

View File

@ -59,7 +59,7 @@ class Account extends CommonObject
public $rowid;
/**
* Label
* Account Label
* @var string
*/
public $label;

View File

@ -99,7 +99,11 @@ class EmailSenderProfile extends CommonObject
*/
public $entity;
public $label;
/**
* @var string Email Sender Profile label
*/
public $label;
public $email;
public $date_creation;
public $tms;

View File

@ -26,7 +26,7 @@ require_once DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php";
/**
* Crob Job class
* Cron Job class
*/
class Cronjob extends CommonObject
{
@ -53,7 +53,12 @@ class Cronjob extends CommonObject
public $jobtype;
public $tms='';
public $datec='';
public $label;
/**
* @var string Cron Job label
*/
public $label;
public $command;
public $classesname;
public $objectname;
@ -1351,7 +1356,12 @@ class Cronjobline
public $tms='';
public $datec='';
public $label;
/**
* @var string Cron Job Line label
*/
public $label;
public $jobtype;
public $command;
public $classesname;

View File

@ -56,7 +56,12 @@ class EcmFiles extends CommonObject
*/
public $ref;
public $label; // hash of file content (md5_file(dol_osencode($destfull))
/**
* hash of file content (md5_file(dol_osencode($destfull))
* @var string Ecm Files label
*/
public $label;
public $share; // hash for file sharing, empty by default (example: getRandomPassword(true))
/**
@ -848,7 +853,10 @@ class EcmFiles extends CommonObject
class EcmfilesLine
{
public $label;
/**
* @var string ECM files line label
*/
public $label;
/**
* @var int Entity