PHP8.3 deprecated dynamic data member

This commit is contained in:
sparkyx 2025-06-14 14:44:52 +02:00
parent cdf6942d23
commit 37cac04797

View file

@ -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