PHP8.3 deprecated dynamic data member
This commit is contained in:
parent
cdf6942d23
commit
37cac04797
1 changed files with 6 additions and 0 deletions
|
|
@ -44,6 +44,8 @@
|
|||
#[\AllowDynamicProperties]
|
||||
class Lettering
|
||||
{
|
||||
///@todo Lettering must be rewritten and use __set and __get
|
||||
/// instead of an array + data_member
|
||||
|
||||
protected $variable=array("account"=>"account", /* the accounting of the j_id (use by Lettering_Account) */
|
||||
"quick_code"=>"quick_code", /* the quick_code of the j_id (used by Lettering_Card) */
|
||||
|
|
@ -59,6 +61,10 @@ class Lettering
|
|||
var $sql_ledger;
|
||||
var $object_type;
|
||||
var $content;
|
||||
var $fil_amount_max;
|
||||
var $fil_amount_min;
|
||||
var $fil_deb;
|
||||
var $linked;
|
||||
|
||||
/**
|
||||
* constructor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue