Skip to content

Commit

Permalink
Allow dynamic properties everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Aug 29, 2023
1 parent c8ae7b7 commit b7749be
Show file tree
Hide file tree
Showing 633 changed files with 654 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Acl
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Acl/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Acl_Exception extends Zend_Exception
{
}
1 change: 1 addition & 0 deletions library/Zend/Acl/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Acl_Resource implements Zend_Acl_Resource_Interface
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Acl/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Acl_Role implements Zend_Acl_Role_Interface
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Acl/Role/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Acl_Role_Registry
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Acl/Role/Registry/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Acl_Role_Registry_Exception extends Zend_Acl_Exception
{
}
1 change: 1 addition & 0 deletions library/Zend/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Bootstrap/BootstrapAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
abstract class Zend_Application_Bootstrap_BootstrapAbstract implements
Zend_Application_Bootstrap_Bootstrapper,
Zend_Application_Bootstrap_ResourceBootstrapper
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Bootstrap/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Bootstrap_Exception extends Zend_Application_Exception
{
}
1 change: 1 addition & 0 deletions library/Zend/Application/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Exception extends Zend_Exception
{
}
1 change: 1 addition & 0 deletions library/Zend/Application/Module/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Module_Autoloader extends Zend_Loader_Autoloader_Resource
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Module/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
abstract class Zend_Application_Module_Bootstrap extends Zend_Application_Bootstrap_Bootstrap
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/Cachemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_Cachemanager extends Zend_Application_Resource_ResourceAbstract
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_Db extends Zend_Application_Resource_ResourceAbstract
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_Exception extends Zend_Application_Exception
{
}
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/Frontcontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_Frontcontroller extends Zend_Application_Resource_ResourceAbstract
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/Layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_Layout extends Zend_Application_Resource_ResourceAbstract
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/Locale.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_Locale extends Zend_Application_Resource_ResourceAbstract
{
public const DEFAULT_REGISTRY_KEY = 'Zend_Locale';
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_Mail extends Zend_Application_Resource_ResourceAbstract
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_Modules extends Zend_Application_Resource_ResourceAbstract
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/Navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_Navigation extends Zend_Application_Resource_ResourceAbstract
{
public const DEFAULT_REGISTRY_KEY = 'Zend_Navigation';
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/ResourceAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
abstract class Zend_Application_Resource_ResourceAbstract implements Zend_Application_Resource_Resource
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_Router extends Zend_Application_Resource_ResourceAbstract
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_Session extends Zend_Application_Resource_ResourceAbstract
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/UserAgent.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_UserAgent extends Zend_Application_Resource_ResourceAbstract
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Application/Resource/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Application_Resource_View extends Zend_Application_Resource_ResourceAbstract
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
abstract class Zend_Cache
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache/Backend.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Backend
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache/Backend/BlackHole.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Backend_BlackHole extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache/Backend/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache/Backend/Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Backend_Test extends Zend_Cache_Backend implements Zend_Cache_Backend_ExtendedInterface
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Core
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Exception extends Zend_Exception
{
}
1 change: 1 addition & 0 deletions library/Zend/Cache/Frontend/Capture.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Frontend_Capture extends Zend_Cache_Core
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache/Frontend/Class.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Frontend_Class extends Zend_Cache_Core
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache/Frontend/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Frontend_File extends Zend_Cache_Core
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache/Frontend/Function.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Frontend_Function extends Zend_Cache_Core
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache/Frontend/Output.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Frontend_Output extends Zend_Cache_Core
{
private array $_idStack = [];
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache/Frontend/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Frontend_Page extends Zend_Cache_Core
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Cache/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Cache_Manager
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Captcha/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*
* @version $Id$
*/
#[AllowDynamicProperties]
abstract class Zend_Captcha_Base extends Zend_Validate_Abstract implements Zend_Captcha_Adapter
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Captcha/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Captcha_Exception extends Zend_Exception
{
}
1 change: 1 addition & 0 deletions library/Zend/Captcha/Word.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*
* @version $Id$
*/
#[AllowDynamicProperties]
abstract class Zend_Captcha_Word extends Zend_Captcha_Base
{
/**#@+
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Config implements Countable, Iterator
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Config/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Config_Exception extends Zend_Exception
{
}
1 change: 1 addition & 0 deletions library/Zend/Config/Ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Config_Ini extends Zend_Config
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Config/Xml.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
*
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Config_Xml extends Zend_Config
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Console/Getopt.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
* @todo Feature request to implement callbacks.
* e.g. if -a is specified, run function 'handleOptionA'().
*/
#[AllowDynamicProperties]
class Zend_Console_Getopt
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Console/Getopt/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
class Zend_Console_Getopt_Exception extends Zend_Exception
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Controller/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
/**
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[AllowDynamicProperties]
abstract class Zend_Controller_Action implements Zend_Controller_Action_Interface
{
/**
Expand Down
Loading

0 comments on commit b7749be

Please sign in to comment.