cakephp2-php8/lib/Cake/Core/Object.php

19 lines
706 B
PHP
Raw Normal View History

2016-04-08 14:36:23 +02:00
<?php
/**
2017-06-10 23:33:55 +02:00
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
2016-04-08 14:36:23 +02:00
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
2017-06-10 23:33:55 +02:00
* @link https://cakephp.org CakePHP(tm) Project
2016-04-08 14:36:23 +02:00
* @package Cake.Core
* @since CakePHP(tm) v 0.2.9
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
App::uses('CakeObject', 'Core');
2016-04-10 16:16:03 +02:00
class_alias('CakeObject', 'Object');