Mark property error as deprecated
This commit is contained in:
parent
d8557d8af0
commit
5d80061caf
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user