Mark property error as deprecated

This commit is contained in:
Laurent Destailleur 2014-12-26 22:04:16 +01:00
parent d8557d8af0
commit 5d80061caf

View File

@ -35,8 +35,18 @@
abstract class CommonObject
{
public $db;
/**
* @var error Error string
* @deprecated Use instead the array of error strings
*/
public $error;
/**
* @var errors Aray of error string
*/
public $errors;
public $canvas; // Contains canvas name if it is
public $name;