PHP8.2 Allow Dynamic Properties
This commit is contained in:
parent
3857ee06af
commit
e318ed7e2c
2 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ class Acc_Report
|
|||
private $form_definition; /*!< form_definition_sql */
|
||||
var $row;
|
||||
var $nb;
|
||||
var $id;
|
||||
var $name;
|
||||
/*!
|
||||
\brief Constructor
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
* @class PDFLand
|
||||
* @brief PDF in landscape mode
|
||||
*/
|
||||
#[\AllowDynamicProperties]
|
||||
class PDFLand extends PDF
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue