Skip to content

Commit b7749be

Browse files
committed
Allow dynamic properties everywhere
1 parent c8ae7b7 commit b7749be

File tree

633 files changed

+654
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

633 files changed

+654
-0
lines changed

library/Zend/Acl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
/**
4646
* @license http://framework.zend.com/license/new-bsd New BSD License
4747
*/
48+
#[AllowDynamicProperties]
4849
class Zend_Acl
4950
{
5051
/**

library/Zend/Acl/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Acl_Exception extends Zend_Exception
2930
{
3031
}

library/Zend/Acl/Resource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Acl_Resource implements Zend_Acl_Resource_Interface
2930
{
3031
/**

library/Zend/Acl/Role.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Acl_Role implements Zend_Acl_Role_Interface
2930
{
3031
/**

library/Zend/Acl/Role/Registry.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Acl_Role_Registry
2930
{
3031
/**

library/Zend/Acl/Role/Registry/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Acl_Role_Registry_Exception extends Zend_Acl_Exception
2930
{
3031
}

library/Zend/Application.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/**
2121
* @license http://framework.zend.com/license/new-bsd New BSD License
2222
*/
23+
#[AllowDynamicProperties]
2324
class Zend_Application
2425
{
2526
/**

library/Zend/Application/Bootstrap/BootstrapAbstract.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
*
3636
* @license http://framework.zend.com/license/new-bsd New BSD License
3737
*/
38+
#[AllowDynamicProperties]
3839
abstract class Zend_Application_Bootstrap_BootstrapAbstract implements
3940
Zend_Application_Bootstrap_Bootstrapper,
4041
Zend_Application_Bootstrap_ResourceBootstrapper

library/Zend/Application/Bootstrap/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Bootstrap_Exception extends Zend_Application_Exception
3334
{
3435
}

library/Zend/Application/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Exception extends Zend_Exception
3334
{
3435
}

library/Zend/Application/Module/Autoloader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*
2828
* @license http://framework.zend.com/license/new-bsd New BSD License
2929
*/
30+
#[AllowDynamicProperties]
3031
class Zend_Application_Module_Autoloader extends Zend_Loader_Autoloader_Resource
3132
{
3233
/**

library/Zend/Application/Module/Bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
*
3131
* @license http://framework.zend.com/license/new-bsd New BSD License
3232
*/
33+
#[AllowDynamicProperties]
3334
abstract class Zend_Application_Module_Bootstrap extends Zend_Application_Bootstrap_Bootstrap
3435
{
3536
/**

library/Zend/Application/Resource/Cachemanager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
*
2424
* @license http://framework.zend.com/license/new-bsd New BSD License
2525
*/
26+
#[AllowDynamicProperties]
2627
class Zend_Application_Resource_Cachemanager extends Zend_Application_Resource_ResourceAbstract
2728
{
2829
/**

library/Zend/Application/Resource/Db.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbstract
3334
{
3435
/**

library/Zend/Application/Resource/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Resource_Exception extends Zend_Application_Exception
3334
{
3435
}

library/Zend/Application/Resource/Frontcontroller.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*
2828
* @license http://framework.zend.com/license/new-bsd New BSD License
2929
*/
30+
#[AllowDynamicProperties]
3031
class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resource_ResourceAbstract
3132
{
3233
/**

library/Zend/Application/Resource/Layout.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Resource_Layout extends Zend_Application_Resource_ResourceAbstract
3334
{
3435
/**

library/Zend/Application/Resource/Locale.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Resource_Locale extends Zend_Application_Resource_ResourceAbstract
3334
{
3435
public const DEFAULT_REGISTRY_KEY = 'Zend_Locale';

library/Zend/Application/Resource/Mail.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceAbstract
3334
{
3435
/**

library/Zend/Application/Resource/Modules.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*
2828
* @license http://framework.zend.com/license/new-bsd New BSD License
2929
*/
30+
#[AllowDynamicProperties]
3031
class Zend_Application_Resource_Modules extends Zend_Application_Resource_ResourceAbstract
3132
{
3233
/**

library/Zend/Application/Resource/Navigation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Resource_Navigation extends Zend_Application_Resource_ResourceAbstract
3334
{
3435
public const DEFAULT_REGISTRY_KEY = 'Zend_Navigation';

library/Zend/Application/Resource/ResourceAbstract.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
abstract class Zend_Application_Resource_ResourceAbstract implements Zend_Application_Resource_Resource
3334
{
3435
/**

library/Zend/Application/Resource/Router.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Resource_Router extends Zend_Application_Resource_ResourceAbstract
3334
{
3435
/**

library/Zend/Application/Resource/Session.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Resource_Session extends Zend_Application_Resource_ResourceAbstract
3334
{
3435
/**

library/Zend/Application/Resource/UserAgent.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
/**
1919
* @license http://framework.zend.com/license/new-bsd New BSD License
2020
*/
21+
#[AllowDynamicProperties]
2122
class Zend_Application_Resource_UserAgent extends Zend_Application_Resource_ResourceAbstract
2223
{
2324
/**

library/Zend/Application/Resource/View.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @license http://framework.zend.com/license/new-bsd New BSD License
3131
*/
32+
#[AllowDynamicProperties]
3233
class Zend_Application_Resource_View extends Zend_Application_Resource_ResourceAbstract
3334
{
3435
/**

library/Zend/Cache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/**
2121
* @license http://framework.zend.com/license/new-bsd New BSD License
2222
*/
23+
#[AllowDynamicProperties]
2324
abstract class Zend_Cache
2425
{
2526
/**

library/Zend/Cache/Backend.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/**
2121
* @license http://framework.zend.com/license/new-bsd New BSD License
2222
*/
23+
#[AllowDynamicProperties]
2324
class Zend_Cache_Backend
2425
{
2526
/**

library/Zend/Cache/Backend/BlackHole.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
/**
3131
* @license http://framework.zend.com/license/new-bsd New BSD License
3232
*/
33+
#[AllowDynamicProperties]
3334
class Zend_Cache_Backend_BlackHole extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
3435
{
3536
/**

library/Zend/Cache/Backend/File.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
/**
3131
* @license http://framework.zend.com/license/new-bsd New BSD License
3232
*/
33+
#[AllowDynamicProperties]
3334
class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
3435
{
3536
/**

library/Zend/Cache/Backend/Test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
/**
3131
* @license http://framework.zend.com/license/new-bsd New BSD License
3232
*/
33+
#[AllowDynamicProperties]
3334
class Zend_Cache_Backend_Test extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
3435
{
3536
/**

library/Zend/Cache/Core.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/**
2121
* @license http://framework.zend.com/license/new-bsd New BSD License
2222
*/
23+
#[AllowDynamicProperties]
2324
class Zend_Cache_Core
2425
{
2526
/**

library/Zend/Cache/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Cache_Exception extends Zend_Exception
2930
{
3031
}

library/Zend/Cache/Frontend/Capture.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Cache_Frontend_Capture extends Zend_Cache_Core
2930
{
3031
/**

library/Zend/Cache/Frontend/Class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Cache_Frontend_Class extends Zend_Cache_Core
2930
{
3031
/**

library/Zend/Cache/Frontend/File.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Cache_Frontend_File extends Zend_Cache_Core
2930
{
3031
/**

library/Zend/Cache/Frontend/Function.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Cache_Frontend_Function extends Zend_Cache_Core
2930
{
3031
/**

library/Zend/Cache/Frontend/Output.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Cache_Frontend_Output extends Zend_Cache_Core
2930
{
3031
private array $_idStack = [];

library/Zend/Cache/Frontend/Page.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Cache_Frontend_Page extends Zend_Cache_Core
2930
{
3031
/**

library/Zend/Cache/Manager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
/**
2727
* @license http://framework.zend.com/license/new-bsd New BSD License
2828
*/
29+
#[AllowDynamicProperties]
2930
class Zend_Cache_Manager
3031
{
3132
/**

library/Zend/Captcha/Base.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
*
3131
* @version $Id$
3232
*/
33+
#[AllowDynamicProperties]
3334
abstract class Zend_Captcha_Base extends Zend_Validate_Abstract implements Zend_Captcha_Adapter
3435
{
3536
/**

library/Zend/Captcha/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*
2828
* @license http://framework.zend.com/license/new-bsd New BSD License
2929
*/
30+
#[AllowDynamicProperties]
3031
class Zend_Captcha_Exception extends Zend_Exception
3132
{
3233
}

library/Zend/Captcha/Word.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*
2828
* @version $Id$
2929
*/
30+
#[AllowDynamicProperties]
3031
abstract class Zend_Captcha_Word extends Zend_Captcha_Base
3132
{
3233
/**#@+

library/Zend/Config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/**
2121
* @license http://framework.zend.com/license/new-bsd New BSD License
2222
*/
23+
#[AllowDynamicProperties]
2324
class Zend_Config implements Countable, Iterator
2425
{
2526
/**

library/Zend/Config/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Config_Exception extends Zend_Exception
2930
{
3031
}

library/Zend/Config/Ini.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Config_Ini extends Zend_Config
2930
{
3031
/**

library/Zend/Config/Xml.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
*
3434
* @license http://framework.zend.com/license/new-bsd New BSD License
3535
*/
36+
#[AllowDynamicProperties]
3637
class Zend_Config_Xml extends Zend_Config
3738
{
3839
/**

library/Zend/Console/Getopt.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
* @todo Feature request to implement callbacks.
114114
* e.g. if -a is specified, run function 'handleOptionA'().
115115
*/
116+
#[AllowDynamicProperties]
116117
class Zend_Console_Getopt
117118
{
118119
/**

library/Zend/Console/Getopt/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
*/
28+
#[AllowDynamicProperties]
2829
class Zend_Console_Getopt_Exception extends Zend_Exception
2930
{
3031
/**

library/Zend/Controller/Action.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
/**
3636
* @license http://framework.zend.com/license/new-bsd New BSD License
3737
*/
38+
#[AllowDynamicProperties]
3839
abstract class Zend_Controller_Action implements Zend_Controller_Action_Interface
3940
{
4041
/**

0 commit comments

Comments
 (0)