PHP8.2 Allow Dynamic Properties

This commit is contained in:
Dany wm 2024-06-23 10:59:49 +02:00 committed by sparkyx
parent 3857ee06af
commit e318ed7e2c
2 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,8 @@ class Acc_Report
private $form_definition; /*!< form_definition_sql */
var $row;
var $nb;
var $id;
var $name;
/*!
\brief Constructor
*/

View file

@ -29,6 +29,7 @@
* @class PDFLand
* @brief PDF in landscape mode
*/
#[\AllowDynamicProperties]
class PDFLand extends PDF
{