Standardize and update code

This commit is contained in:
Philippe GRAND 2018-09-20 11:18:02 +02:00
parent 0222ea7e8c
commit 08325d40ce
3 changed files with 15 additions and 3 deletions

View File

@ -43,7 +43,11 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
*/
public $emetteur;
public $phpmin = array(5,4,0); // Minimum version of PHP required by module
/**
* @var array() Minimum version of PHP required by module.
* e.g.: PHP 5.4 = array(5, 4)
*/
public $phpmin = array(5, 4);
/**
* Dolibarr version of the loaded document

View File

@ -41,7 +41,11 @@ class doc_generic_user_odt extends ModelePDFUser
*/
public $emetteur;
public $phpmin = array(5,4,0); // Minimum version of PHP required by module
/**
* @var array() Minimum version of PHP required by module.
* e.g.: PHP 5.4 = array(5, 4)
*/
public $phpmin = array(5, 4);
/**
* Dolibarr version of the loaded document

View File

@ -43,7 +43,11 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
*/
public $emetteur;
public $phpmin = array(5,4,0); // Minimum version of PHP required by module
/**
* @var array() Minimum version of PHP required by module.
* e.g.: PHP 5.4 = array(5, 4)
*/
public $phpmin = array(5, 4);
/**
* Dolibarr version of the loaded document