File tree Expand file tree Collapse file tree 9 files changed +9
-0
lines changed
Expand file tree Collapse file tree 9 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2727 * @author ExpressionEngine Dev Team
2828 * @link http://codeigniter.com/user_guide/general/controllers.html
2929 */
30+ #[AllowDynamicProperties]
3031class CI_Controller {
3132
3233 private static $ instance ;
Original file line number Diff line number Diff line change 2626 * @category Loader
2727 * @link http://codeigniter.com/user_guide/libraries/loader.html
2828 */
29+ #[AllowDynamicProperties]
2930class CI_Loader {
3031
3132 // All these are set automatically. Don't mess with them.
Original file line number Diff line number Diff line change 2828 * @author ExpressionEngine Dev Team
2929 * @link http://codeigniter.com/user_guide/database/
3030 */
31+ #[AllowDynamicProperties]
3132class CI_DB_driver {
3233
3334 var $ username ;
Original file line number Diff line number Diff line change 1717 License:
1818 MIT
1919*/
20+ #[AllowDynamicProperties]
2021class Console {
2122
2223 /*
Original file line number Diff line number Diff line change 2727 * @author EllisLab Dev Team
2828 * @link
2929 */
30+ #[AllowDynamicProperties]
3031class CI_Driver_Library {
3132
3233 protected $ valid_drivers = array ();
Original file line number Diff line number Diff line change 3030 * @author ExpressionEngine Dev Team
3131 * @link https://codeigniterpower.github.io/codeigniter-profiler/
3232 */
33+ #[AllowDynamicProperties]
3334class CI_Profiler extends CI_Loader {
3435
3536 protected $ CI ;
Original file line number Diff line number Diff line change 1313* @license http://philsturgeon.co.uk/code/dbad-license
1414* @link http://getsparks.org/packages/restclient/show
1515*/
16+ #[AllowDynamicProperties]
1617class REST
1718{
1819 protected $ _ci ;
Original file line number Diff line number Diff line change 1414* @version 3.0.0
1515* hackeD by FeniX, see line 516
1616*/
17+ #[AllowDynamicProperties]
1718abstract class REST_Controller extends CI_Controller {
1819 // Note: Only the widely used HTTP status codes are documented
1920
Original file line number Diff line number Diff line change 2424 * @author ExpressionEngine Dev Team
2525 * @link http://codeigniter.com/user_guide/libraries/file_uploading.html
2626 */
27+ #[AllowDynamicProperties]
2728class CI_Upload {
2829
2930 public $ max_size = 0 ;
You can’t perform that action at this time.
0 commit comments