2
0
forked from Wavyzz/dolibarr

[Qual] Cleanup of inherited class properties

This commit is contained in:
Raphaël Doursenaud
2015-09-24 20:12:55 +02:00
parent ea7384cf68
commit 67ddb6c94e
68 changed files with 9 additions and 672 deletions

View File

@@ -35,19 +35,10 @@ require_once DOL_DOCUMENT_ROOT . '/core/class/commonobject.class.php';
* Class Skeleton_Class
*
* Put here description of your class
* @see CommonObject
*/
class Skeleton_Class extends CommonObject
{
/**
* @var string Error code (or message)
* @deprecated
* @see Skeleton_Class::errors
*/
public $error;
/**
* @var string[] Error codes (or messages)
*/
public $errors = array();
/**
* @var string Id to identify managed objects
*/
@@ -62,10 +53,6 @@ class Skeleton_Class extends CommonObject
*/
public $lines = array();
/**
* @var int ID
*/
public $id;
/**
* @var mixed Sample property 1
*/