mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating all @package annotations in doc blocks
This commit is contained in:
parent
21ff9caac7
commit
cfd2d9e00b
547 changed files with 1294 additions and 1294 deletions
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs
|
||||
* @package Cake.Cache
|
||||
* @since CakePHP(tm) v 1.2.0.4933
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -41,7 +41,7 @@ App::uses('Inflector', 'Utility');
|
|||
* general all Cache operations are supported by all cache engines. However, Cache::increment() and
|
||||
* Cache::decrement() are not supported by File caching.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Cache
|
||||
*/
|
||||
class Cache {
|
||||
|
||||
|
@ -484,7 +484,7 @@ class Cache {
|
|||
/**
|
||||
* Storage engine for CakePHP caching
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Cache
|
||||
*/
|
||||
abstract class CacheEngine {
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.cache
|
||||
* @package Cake.Cache.Engine
|
||||
* @since CakePHP(tm) v 1.2.0.4933
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -21,7 +21,7 @@
|
|||
/**
|
||||
* APC storage engine for cache
|
||||
*
|
||||
* @package cake.libs.cache
|
||||
* @package Cake.Cache.Engine
|
||||
*/
|
||||
class ApcEngine extends CacheEngine {
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
/**
|
||||
* File Storage engine for cache
|
||||
*
|
||||
* @package cake.libs.cache
|
||||
* @package Cake.Cache.Engine
|
||||
*/
|
||||
class FileEngine extends CacheEngine {
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.cache
|
||||
* @package Cake.Cache.Engine
|
||||
* @since CakePHP(tm) v 1.2.0.4933
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -23,7 +23,7 @@
|
|||
* control you have over expire times far in the future. See MemcacheEngine::write() for
|
||||
* more information.
|
||||
*
|
||||
* @package cake.libs.cache
|
||||
* @package Cake.Cache.Engine
|
||||
*/
|
||||
class MemcacheEngine extends CacheEngine {
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.cache
|
||||
* @package Cake.Cache.Engine
|
||||
* @since CakePHP(tm) v 1.2.0.4933
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -22,7 +22,7 @@
|
|||
/**
|
||||
* Wincache storage engine for cache
|
||||
*
|
||||
* @package cake.libs.cache
|
||||
* @package Cake.Cache.Engine
|
||||
*/
|
||||
class WincacheEngine extends CacheEngine {
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.cache
|
||||
* @package Cake.Cache.Engine
|
||||
* @since CakePHP(tm) v 1.2.0.4947
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -21,7 +21,7 @@
|
|||
* Xcache storage engine for cache
|
||||
*
|
||||
* @link http://trac.lighttpd.net/xcache/ Xcache
|
||||
* @package cake.libs.cache
|
||||
* @package Cake.Cache.Engine
|
||||
*/
|
||||
class XcacheEngine extends CacheEngine {
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config
|
||||
* @package Cake.Config
|
||||
* @since CakePHP(tm) v 1.1.11.4062
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config
|
||||
* @package Cake.Config
|
||||
* @since CakePHP(tm) v 2.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.6833
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.config.unicode.casefolding
|
||||
* @package Cake.Config.unicode.casefolding
|
||||
* @since CakePHP(tm) v 1.2.0.5691
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.config
|
||||
* @package Cake.Configure
|
||||
* @since CakePHP(tm) v 2.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -47,7 +47,7 @@
|
|||
* 'yes', 'no', 'on', 'off', 'null' are handled. These values will be
|
||||
* converted to their boolean equivalents.
|
||||
*
|
||||
* @package cake.config
|
||||
* @package Cake.Configure
|
||||
* @see http://php.net/parse_ini_file
|
||||
*/
|
||||
class IniReader implements ConfigReaderInterface {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://book.cakephp.org/view/1196/Testing CakePHP(tm) Tests
|
||||
* @package cake.libs.config
|
||||
* @package Cake.Configure
|
||||
* @since CakePHP(tm) v 2.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -24,7 +24,7 @@
|
|||
* Files compatible with PhpReader should define a `$config` variable, that
|
||||
* contains all of the configuration data contained in the file.
|
||||
*
|
||||
* @package cake.libs.config
|
||||
* @package Cake.Configure
|
||||
*/
|
||||
class PhpReader implements ConfigReaderInterface {
|
||||
/**
|
||||
|
|
|
@ -12,14 +12,14 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.console.libs
|
||||
* @package Cake.Console
|
||||
* @since CakePHP(tm) v 2.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
/**
|
||||
* Object wrapper for interacting with stdin
|
||||
*
|
||||
* @package cake.console.libs
|
||||
* @package Cake.Console
|
||||
*/
|
||||
class ConsoleInput {
|
||||
/**
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.
|
||||
* @package Cake.Console.Templates.default.actions
|
||||
* @since CakePHP(tm) v 1.3
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.
|
||||
* @package Cake.Console.Templates.default.actions
|
||||
* @since CakePHP(tm) v 1.3
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.console.libs.templates.objects
|
||||
* @package Cake.Console.Templates.default.actions
|
||||
* @since CakePHP(tm) v 1.3
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.console.libs.templates.objects
|
||||
* @package Cake.Console.Templates.default.actions
|
||||
* @since CakePHP(tm) v 1.3
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app.config.sql
|
||||
* @package app.Config
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app.config.sql
|
||||
* @package app.Config
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app.config.sql
|
||||
* @package app.Config
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
; *
|
||||
; * @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
; * @link http://cakephp.org CakePHP(tm) Project
|
||||
; * @package app.config
|
||||
; * @package Cake.Console.Templates.skel.Config
|
||||
; * @since CakePHP(tm) v 0.10.0.1076
|
||||
; * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
; */
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app.config
|
||||
* @package app.Config
|
||||
* @since CakePHP(tm) v 0.10.8.2117
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app.config
|
||||
* @package app.Config
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app.config
|
||||
* @package app.Config
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app.config
|
||||
* @package app.Config
|
||||
* @since CakePHP(tm) v 2.0.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app.config
|
||||
* @package app.Config
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#
|
||||
# @copyright Copyright 2005-2011, Cake Software Foundation, Inc.
|
||||
# @link http://cakephp.org CakePHP(tm) Project
|
||||
# @package app.console
|
||||
# @package app.Console
|
||||
# @since CakePHP(tm) v 2.0
|
||||
# @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
#
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
::
|
||||
:: @copyright Copyright 2005-2011, Cake Software Foundation, Inc.
|
||||
:: @link http://cakephp.org CakePHP(tm) Project
|
||||
:: @package app.console
|
||||
:: @package app.Console
|
||||
:: @since CakePHP(tm) v 2.0
|
||||
:: @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
::
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app.console
|
||||
* @package app.Console
|
||||
* @since CakePHP(tm) v 1.2.0.5012
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app
|
||||
* @package app.Controller
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@ App::uses('Controller', 'Controller');
|
|||
* Add your application-wide methods in the class below, your controllers
|
||||
* will inherit them.
|
||||
*
|
||||
* @package app
|
||||
* @package Cake.Console.Templates.skel.Controller
|
||||
*/
|
||||
class AppController extends Controller {
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Console.Templates.skel.Controller
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -24,7 +24,7 @@
|
|||
*
|
||||
* Override this controller by placing a copy in controllers directory of an application
|
||||
*
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Console.Templates.skel.Controller
|
||||
*/
|
||||
class PagesController extends AppController {
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package app
|
||||
* @package app.Model
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@ App::uses('Model', 'Model');
|
|||
* Add your application-wide methods in the class below, your models
|
||||
* will inherit them.
|
||||
*
|
||||
* @package app
|
||||
* @package Cake.Console.Templates.skel.Model
|
||||
*/
|
||||
class AppModel extends Model {
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ App::uses('Helper', 'View');
|
|||
* Add your application-wide methods in the class below, your helpers
|
||||
* will inherit them.
|
||||
*
|
||||
* @package cake.libs.view.helpers
|
||||
* @package Cake.Console.Templates.skel.View.Helper
|
||||
*/
|
||||
class AppHelper extends Helper {
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.view.templates.layouts.email.html
|
||||
* @package app.View.Layouts.Email.html
|
||||
* @since CakePHP(tm) v 0.10.0.1076
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.view.templates.layouts.email.text
|
||||
* @package app.View.Layouts.Email.text
|
||||
* @since CakePHP(tm) v 0.10.0.1076
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.console.libs.templates.skel.views.layouts
|
||||
* @package app.View.Layouts
|
||||
* @since CakePHP(tm) v 0.10.0.1076
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.view.templates.layouts
|
||||
* @package app.View.Layouts
|
||||
* @since CakePHP(tm) v 0.10.0.1076
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.console
|
||||
* @package Cake.Console
|
||||
* @since CakePHP(tm) v 1.2.0.5012
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Controller
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -29,7 +29,7 @@ App::uses('Controller', 'Controller');
|
|||
* Add your application-wide methods in the class below, your controllers
|
||||
* will inherit them.
|
||||
*
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Controller
|
||||
* @link http://book.cakephp.org/view/957/The-App-Controller
|
||||
*/
|
||||
class AppController extends Controller {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Controller used by ErrorHandler to render error views.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Controller
|
||||
*/
|
||||
class CakeErrorController extends AppController {
|
||||
public $name = 'CakeError';
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Controller
|
||||
* @since CakePHP(tm) v 1.2
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -34,7 +34,7 @@ App::uses('ComponentCollection', 'Controller');
|
|||
* but before Controller::afterFilter().
|
||||
* - `beforeRedirect()` - Fired before a redirect() is done.
|
||||
*
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Controller
|
||||
* @link http://book.cakephp.org/view/993/Components
|
||||
* @see Controller::$components
|
||||
*/
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @since CakePHP(tm) v 0.10.0.1076
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@ App::uses('Component', 'Controller');
|
|||
* You can define by changing `Configure::write('Acl.classname', 'DbAcl');` in your core.php. Concrete ACL
|
||||
* implementations should extend `AclBase` and implement the methods it defines.
|
||||
*
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @link http://book.cakephp.org/view/1242/Access-Control-Lists
|
||||
*/
|
||||
class AclComponent extends Component {
|
||||
|
@ -186,7 +186,7 @@ class AclComponent extends Component {
|
|||
* Access Control List interface.
|
||||
* Implementing classes are used by AclComponent to perform ACL checks in Cake.
|
||||
*
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
*/
|
||||
interface AclInterface {
|
||||
|
||||
|
@ -254,7 +254,7 @@ interface AclInterface {
|
|||
* edit
|
||||
* }}}
|
||||
*
|
||||
* @package cake.libs.model
|
||||
* @package Cake.Controller.Component
|
||||
*/
|
||||
class DbAcl extends Object implements AclInterface {
|
||||
|
||||
|
@ -518,7 +518,7 @@ class DbAcl extends Object implements AclInterface {
|
|||
* IniAcl implements an access control system using an INI file. An example
|
||||
* of the ini file used can be found in /config/acl.ini.php.
|
||||
*
|
||||
* @package cake.libs.model.iniacl
|
||||
* @package Cake.Controller.Component
|
||||
*/
|
||||
class IniAcl extends Object implements AclInterface {
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ App::uses('BaseAuthorize', 'Controller/Component/Auth');
|
|||
* An authorization adapter for AuthComponent. Provides the ability to authorize using the AclComponent,
|
||||
* If AclComponent is not already loaded it will be loaded using the Controller's ComponentCollection.
|
||||
*
|
||||
* @package cake.libs.controller.components.auth
|
||||
* @package Cake.Controller.Component.Auth
|
||||
* @since 2.0
|
||||
* @see AuthComponent::$authenticate
|
||||
* @see AclComponent::check()
|
||||
|
|
|
@ -18,7 +18,7 @@ App::uses('Security', 'Utility');
|
|||
/**
|
||||
* Base Authentication class with common methods and properties.
|
||||
*
|
||||
* @package cake.libs.controller.components.auth
|
||||
* @package Cake.Controller.Component.Auth
|
||||
*/
|
||||
abstract class BaseAuthenticate {
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
/**
|
||||
* Abstract base authorization adapter for AuthComponent.
|
||||
*
|
||||
* @package cake.libs.controller.components.auth
|
||||
* @package Cake.Controller.Component.Auth
|
||||
* @since 2.0
|
||||
* @see AuthComponent::$authenticate
|
||||
*/
|
||||
|
|
|
@ -37,7 +37,7 @@ App::uses('BaseAuthenticate', 'Controller/Component/Auth');
|
|||
* In your login function just call `$this->Auth->login()` without any checks for POST data. This
|
||||
* will send the authentication headers, and trigger the login dialog in the browser/client.
|
||||
*
|
||||
* @package cake.libs.controller.components.auth
|
||||
* @package Cake.Controller.Component.Auth
|
||||
* @since 2.0
|
||||
*/
|
||||
class BasicAuthenticate extends BaseAuthenticate {
|
||||
|
|
|
@ -31,7 +31,7 @@ App::uses('BaseAuthorize', 'Controller/Component/Auth');
|
|||
* the above is simple implementation that would only authorize users of the 'admin' role to access
|
||||
* admin routing.
|
||||
*
|
||||
* @package cake.libs.controller.components.auth
|
||||
* @package Cake.Controller.Component.Auth
|
||||
* @since 2.0
|
||||
* @see AuthComponent::$authenticate
|
||||
*/
|
||||
|
|
|
@ -26,7 +26,7 @@ App::uses('Router', 'Routing');
|
|||
* to create permission systems that focus more on what is being done to resources, rather than the specific actions
|
||||
* being visited.
|
||||
*
|
||||
* @package cake.libs.controller.components.auth
|
||||
* @package Cake.Controller.Component.Auth
|
||||
* @since 2.0
|
||||
* @see AuthComponent::$authenticate
|
||||
* @see AclComponent::check()
|
||||
|
|
|
@ -51,7 +51,7 @@ App::uses('BaseAuthenticate', 'Controller/Component/Auth');
|
|||
* login methods. For example `User.digest_pass` could be used for a digest password, while `User.password` would
|
||||
* store the password hash for use with other methods like Basic or Form.
|
||||
*
|
||||
* @package cake.libs.controller.components.auth
|
||||
* @package Cake.Controller.Component.Auth
|
||||
* @since 2.0
|
||||
*/
|
||||
class DigestAuthenticate extends BaseAuthenticate {
|
||||
|
|
|
@ -30,7 +30,7 @@ App::uses('BaseAuthenticate', 'Controller/Component/Auth');
|
|||
* When configuring FormAuthenticate you can pass in settings to which fields, model and additional conditions
|
||||
* are used. See FormAuthenticate::$settings for more information.
|
||||
*
|
||||
* @package cake.libs.controller.components.auth
|
||||
* @package Cake.Controller.Component.Auth
|
||||
* @since 2.0
|
||||
* @see AuthComponent::$authenticate
|
||||
*/
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @since CakePHP(tm) v 0.10.0.1076
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -33,7 +33,7 @@ App::uses('BaseAuthenticate', 'Controller/Component/Auth');
|
|||
*
|
||||
* Binds access control with user authentication and session management.
|
||||
*
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @link http://book.cakephp.org/view/1250/Authentication
|
||||
*/
|
||||
class AuthComponent extends Component {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @since CakePHP(tm) v 1.2.0.4213
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -25,7 +25,7 @@ App::uses('Security', 'Utility');
|
|||
*
|
||||
* Cookie handling for the controller.
|
||||
*
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @link http://book.cakephp.org/view/1280/Cookies
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @since CakePHP(tm) v 1.2.0.3467
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -27,7 +27,7 @@ App::uses('CakeEmail', 'Network/Email');
|
|||
* This component is used for handling Internet Message Format based
|
||||
* based on the standard outlined in http://www.rfc-editor.org/rfc/rfc2822.txt
|
||||
*
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @link http://book.cakephp.org/view/1283/Email
|
||||
* @deprecated Use Network/CakeEmail
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @since CakePHP(tm) v 2.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -49,7 +49,7 @@
|
|||
*
|
||||
* This would allow you to have different pagination settings for `Comment` and `Post` models.
|
||||
*
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
*/
|
||||
class PaginatorComponent extends Component {
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @since CakePHP(tm) v 0.10.4.1076
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -24,7 +24,7 @@ App::uses('Xml', 'Utility');
|
|||
/**
|
||||
* Request object for handling HTTP requests
|
||||
*
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @link http://book.cakephp.org/view/1291/Request-Handling
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @since CakePHP(tm) v 0.10.8.2156
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -24,7 +24,7 @@ App::uses('Security', 'Utility');
|
|||
/**
|
||||
* SecurityComponent
|
||||
*
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @link http://book.cakephp.org/view/1296/Security-Component
|
||||
*/
|
||||
class SecurityComponent extends Component {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @since CakePHP(tm) v 0.10.0.1232
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -25,7 +25,7 @@ App::uses('CakeSession', 'Model/Datasource');
|
|||
*
|
||||
* Session handling from the controller.
|
||||
*
|
||||
* @package cake.libs.controller.components
|
||||
* @package Cake.Controller.Component
|
||||
* @link http://book.cakephp.org/view/1310/Sessions
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Controller
|
||||
* @since CakePHP(tm) v 2.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Controller
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -46,7 +46,7 @@ App::uses('View', 'View');
|
|||
* use conventional names. For example `/posts/index` maps to `PostsController::index()`. You can re-map urls
|
||||
* using Router::connect().
|
||||
*
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Controller
|
||||
* @link http://book.cakephp.org/view/956/Introduction
|
||||
*/
|
||||
class Controller extends Object {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Controller
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -26,7 +26,7 @@ App::uses('AppController', 'Controller');
|
|||
*
|
||||
* Override this controller by placing a copy in controllers directory of an application
|
||||
*
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Controller
|
||||
* @link http://book.cakephp.org/view/958/The-Pages-Controller
|
||||
*/
|
||||
class PagesController extends AppController {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Controller
|
||||
* @since Cake v 0.10.0.1076
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@ App::uses('Scaffold', 'View');
|
|||
* and afford the web developer an early look at the data, and the possibility to over-ride
|
||||
* scaffolded actions with custom-made ones.
|
||||
*
|
||||
* @package cake.libs.controller
|
||||
* @package Cake.Controller
|
||||
*/
|
||||
class Scaffold {
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs
|
||||
* @package Cake.Core
|
||||
* @since CakePHP(tm) v 1.2.0.6001
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -58,7 +58,7 @@
|
|||
* which application controllers App knows about.
|
||||
*
|
||||
* @link http://book.cakephp.org/view/933/The-App-Class
|
||||
* @package cake.libs
|
||||
* @package Cake.Core
|
||||
*/
|
||||
class App {
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs
|
||||
* @package Cake.Core
|
||||
* @since CakePHP(tm) v 1.0.0.2363
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -26,7 +26,7 @@ App::uses('Set', 'Utility');
|
|||
* as methods for loading additional configuration files or storing runtime configuration
|
||||
* for future use.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Core
|
||||
* @link http://book.cakephp.org/view/924/The-Configuration-Class
|
||||
*/
|
||||
class Configure {
|
||||
|
@ -363,7 +363,7 @@ class Configure {
|
|||
/**
|
||||
* An interface for creating objects compatible with Configure::load()
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Core
|
||||
*/
|
||||
interface ConfigReaderInterface {
|
||||
/**
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs
|
||||
* @package Cake.Core
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@ App::uses('Set', 'Utility');
|
|||
* Also includes methods for logging and the special method RequestAction,
|
||||
* to call other Controllers' Actions from anywhere.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Core
|
||||
*/
|
||||
class Object {
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.error
|
||||
* @package Cake.Error
|
||||
* @since CakePHP(tm) v 0.10.5.1732
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -92,7 +92,7 @@ App::uses('AppController', 'Controller');
|
|||
*
|
||||
* Would enable handling for all non Notice errors.
|
||||
*
|
||||
* @package cake.libs.error
|
||||
* @package Cake.Error
|
||||
* @see ExceptionRenderer for more information on how to customize exception rendering.
|
||||
*/
|
||||
class ErrorHandler {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.error
|
||||
* @package Cake.Error
|
||||
* @since CakePHP(tm) v 2.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -49,7 +49,7 @@ App::uses('CakeResponse', 'Network');
|
|||
* can configure your class in your core.php, with `Configure::write('Exception.renderer', 'MyClass');`
|
||||
* You should place any custom exception renderers in `app/libs`.
|
||||
*
|
||||
* @package cake.libs.error
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class ExceptionRenderer {
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://book.cakephp.org/view/1196/Testing CakePHP(tm) Tests
|
||||
* @package cake.libs.error
|
||||
* @package Cake.Error
|
||||
* @since CakePHP(tm) v 2.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -23,7 +23,7 @@
|
|||
* All HTTP status/error related exceptions should extend this class so
|
||||
* catch blocks can be specifically typed.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
if (!class_exists('HttpException')) {
|
||||
class HttpException extends RuntimeException { }
|
||||
|
@ -32,7 +32,7 @@ if (!class_exists('HttpException')) {
|
|||
/**
|
||||
* Represents an HTTP 400 error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class BadRequestException extends HttpException {
|
||||
/**
|
||||
|
@ -52,7 +52,7 @@ class BadRequestException extends HttpException {
|
|||
/**
|
||||
* Represents an HTTP 401 error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class UnauthorizedException extends HttpException {
|
||||
/**
|
||||
|
@ -72,7 +72,7 @@ class UnauthorizedException extends HttpException {
|
|||
/**
|
||||
* Represents an HTTP 403 error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class ForbiddenException extends HttpException {
|
||||
/**
|
||||
|
@ -92,7 +92,7 @@ class ForbiddenException extends HttpException {
|
|||
/**
|
||||
* Represents an HTTP 404 error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class NotFoundException extends HttpException {
|
||||
/**
|
||||
|
@ -112,7 +112,7 @@ class NotFoundException extends HttpException {
|
|||
/**
|
||||
* Represents an HTTP 405 error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MethodNotAllowedException extends HttpException {
|
||||
/**
|
||||
|
@ -132,7 +132,7 @@ class MethodNotAllowedException extends HttpException {
|
|||
/**
|
||||
* Represents an HTTP 500 error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class InternalErrorException extends HttpException {
|
||||
/**
|
||||
|
@ -153,7 +153,7 @@ class InternalErrorException extends HttpException {
|
|||
* CakeException is used a base class for CakePHP's internal exceptions.
|
||||
* In general framework errors are interpreted as 500 code errors.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class CakeException extends RuntimeException {
|
||||
/**
|
||||
|
@ -203,7 +203,7 @@ class CakeException extends RuntimeException {
|
|||
* Missing Controller exception - used when a controller
|
||||
* cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingControllerException extends CakeException {
|
||||
protected $_messageTemplate = 'Controller class %s could not be found.';
|
||||
|
@ -217,7 +217,7 @@ class MissingControllerException extends CakeException {
|
|||
* Missing Action exception - used when a controller action
|
||||
* cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingActionException extends CakeException {
|
||||
protected $_messageTemplate = 'Action %s::%s() could not be found.';
|
||||
|
@ -230,7 +230,7 @@ class MissingActionException extends CakeException {
|
|||
* Private Action exception - used when a controller action
|
||||
* starts with a `_`.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class PrivateActionException extends CakeException {
|
||||
protected $_messageTemplate = 'Private Action %s::%s() is not directly accessible.';
|
||||
|
@ -243,7 +243,7 @@ class PrivateActionException extends CakeException {
|
|||
/**
|
||||
* Used when a Component file cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingComponentFileException extends CakeException {
|
||||
protected $_messageTemplate = 'Component file "%s" is missing.';
|
||||
|
@ -252,7 +252,7 @@ class MissingComponentFileException extends CakeException {
|
|||
/**
|
||||
* Used when a Component class cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingComponentClassException extends CakeException {
|
||||
protected $_messageTemplate = 'Component class "%s" is missing.';
|
||||
|
@ -261,21 +261,21 @@ class MissingComponentClassException extends CakeException {
|
|||
/**
|
||||
* Used when a Behavior file cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingBehaviorFileException extends CakeException { }
|
||||
|
||||
/**
|
||||
* Used when a Behavior class cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingBehaviorClassException extends CakeException { }
|
||||
|
||||
/**
|
||||
* Used when a view file cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingViewException extends CakeException {
|
||||
protected $_messageTemplate = 'View file "%s" is missing.';
|
||||
|
@ -284,7 +284,7 @@ class MissingViewException extends CakeException {
|
|||
/**
|
||||
* Used when a layout file cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingLayoutException extends CakeException {
|
||||
protected $_messageTemplate = 'Layout file "%s" is missing.';
|
||||
|
@ -293,7 +293,7 @@ class MissingLayoutException extends CakeException {
|
|||
/**
|
||||
* Used when a helper file cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingHelperFileException extends CakeException {
|
||||
protected $_messageTemplate = 'Helper file "%s" is missing.';
|
||||
|
@ -302,7 +302,7 @@ class MissingHelperFileException extends CakeException {
|
|||
/**
|
||||
* Used when a helper class cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingHelperClassException extends CakeException {
|
||||
protected $_messageTemplate = 'Helper class "%s" is missing.';
|
||||
|
@ -312,7 +312,7 @@ class MissingHelperClassException extends CakeException {
|
|||
/**
|
||||
* Runtime Exceptions for ConnectionManager
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingDatabaseException extends CakeException {
|
||||
protected $_messageTemplate = 'Database connection "%s" could not be found.';
|
||||
|
@ -321,7 +321,7 @@ class MissingDatabaseException extends CakeException {
|
|||
/**
|
||||
* Used when no connections can be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingConnectionException extends CakeException {
|
||||
protected $_messageTemplate = 'Database connection "%s" is missing.';
|
||||
|
@ -330,7 +330,7 @@ class MissingConnectionException extends CakeException {
|
|||
/**
|
||||
* Used when a Task file cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingTaskFileException extends CakeException {
|
||||
protected $_messageTemplate = 'Task file "%s" is missing.';
|
||||
|
@ -339,7 +339,7 @@ class MissingTaskFileException extends CakeException {
|
|||
/**
|
||||
* Used when a Task class cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingTaskClassException extends CakeException {
|
||||
protected $_messageTemplate = 'Task class "%s" is missing.';
|
||||
|
@ -348,7 +348,7 @@ class MissingTaskClassException extends CakeException {
|
|||
/**
|
||||
* Used when a shell method cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingShellMethodException extends CakeException {
|
||||
protected $_messageTemplate = "Unknown command %1\$s %2\$s.\nFor usage try `cake %1\$s --help`";
|
||||
|
@ -357,7 +357,7 @@ class MissingShellMethodException extends CakeException {
|
|||
/**
|
||||
* Used when a shell class cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingShellClassException extends CakeException {
|
||||
protected $_messageTemplate = "Shell class %s could not be loaded.";
|
||||
|
@ -366,7 +366,7 @@ class MissingShellClassException extends CakeException {
|
|||
/**
|
||||
* Used when a shell file cannot be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingShellFileException extends CakeException {
|
||||
protected $_messageTemplate = "Shell file %s could not be loaded.";
|
||||
|
@ -375,7 +375,7 @@ class MissingShellFileException extends CakeException {
|
|||
/**
|
||||
* Exception class to be thrown when a datasource configuration is not found
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingDatasourceConfigException extends CakeException {
|
||||
protected $_messageTemplate = 'The datasource configuration "%s" was not found in database.php';
|
||||
|
@ -384,7 +384,7 @@ class MissingDatasourceConfigException extends CakeException {
|
|||
/**
|
||||
* Exception class to be thrown when a datasource is not found
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingDatasourceFileException extends CakeException {
|
||||
protected $_messageTemplate = 'Datasource "%s" was not found.';
|
||||
|
@ -393,7 +393,7 @@ class MissingDatasourceFileException extends CakeException {
|
|||
/**
|
||||
* Exception class to be thrown when a database table is not found in the datasource
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingTableException extends CakeException {
|
||||
protected $_messageTemplate = 'Database table %s for model %s was not found.';
|
||||
|
@ -402,7 +402,7 @@ class MissingTableException extends CakeException {
|
|||
/**
|
||||
* Exception raised when a Model could not be found.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingModelException extends CakeException {
|
||||
protected $_messageTemplate = 'Model %s could not be found.';
|
||||
|
@ -411,7 +411,7 @@ class MissingModelException extends CakeException {
|
|||
/**
|
||||
* Exception raised when a test loader could not be found
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingTestLoaderException extends CakeException {
|
||||
protected $_messageTemplate = 'Test loader %s could not be found.';
|
||||
|
@ -420,7 +420,7 @@ class MissingTestLoaderException extends CakeException {
|
|||
/**
|
||||
* Exception raised when a plugin could not be found
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class MissingPluginException extends CakeException {
|
||||
protected $_messageTemplate = 'Plugin %s could not be found.';
|
||||
|
@ -430,7 +430,7 @@ class MissingPluginException extends CakeException {
|
|||
* Exception class for Cache. This exception will be thrown from Cache when it
|
||||
* encounters an error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class CacheException extends CakeException { }
|
||||
|
||||
|
@ -438,7 +438,7 @@ class CacheException extends CakeException { }
|
|||
* Exception class for Router. This exception will be thrown from Router when it
|
||||
* encounters an error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class RouterException extends CakeException { }
|
||||
|
||||
|
@ -446,7 +446,7 @@ class RouterException extends CakeException { }
|
|||
* Exception class for CakeLog. This exception will be thrown from CakeLog when it
|
||||
* encounters an error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class CakeLogException extends CakeException { }
|
||||
|
||||
|
@ -454,7 +454,7 @@ class CakeLogException extends CakeException { }
|
|||
* Exception class for CakeSession. This exception will be thrown from CakeSession when it
|
||||
* encounters an error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class CakeSessionException extends CakeException { }
|
||||
|
||||
|
@ -462,7 +462,7 @@ class CakeSessionException extends CakeException { }
|
|||
* Exception class for Configure. This exception will be thrown from Configure when it
|
||||
* encounters an error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class ConfigureException extends CakeException { }
|
||||
|
||||
|
@ -470,7 +470,7 @@ class ConfigureException extends CakeException { }
|
|||
* Exception class for Socket. This exception will be thrown from CakeSocket, CakeEmail, HttpSocket
|
||||
* SmtpTransport and HttpResponse when it encounters an error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class SocketException extends CakeException { }
|
||||
|
||||
|
@ -478,7 +478,7 @@ class SocketException extends CakeException { }
|
|||
* Exception class for Xml. This exception will be thrown from Xml when it
|
||||
* encounters an error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class XmlException extends CakeException { }
|
||||
|
||||
|
@ -486,6 +486,6 @@ class XmlException extends CakeException { }
|
|||
* Exception class for Console libraries. This exception will be thrown from Console library
|
||||
* classes when they encounter an error.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Error
|
||||
*/
|
||||
class ConsoleException extends CakeException { }
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs
|
||||
* @package Cake.I18n
|
||||
* @since CakePHP(tm) v 1.2.0.4116
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -34,7 +34,7 @@ if (function_exists('mb_internal_encoding')) {
|
|||
/**
|
||||
* I18n handles translation of Text and time format strings.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.I18n
|
||||
*/
|
||||
class I18n {
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs
|
||||
* @package Cake.I18n
|
||||
* @since CakePHP(tm) v 1.2.0.4116
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -21,7 +21,7 @@ App::uses('CakeRequest', 'Network');
|
|||
/**
|
||||
* Localization
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.I18n
|
||||
*/
|
||||
class L10n {
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs
|
||||
* @package Cake.I18n
|
||||
* @since CakePHP(tm) v 1.2.0.6833
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -249,7 +249,7 @@ if (!function_exists('mb_encode_mimeheader')) {
|
|||
* Multibyte handling methods.
|
||||
*
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.I18n
|
||||
*/
|
||||
class Multibyte {
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs
|
||||
* @package Cake.Log
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -42,7 +42,7 @@
|
|||
* using CakeLogs's methods. If you don't configure any adapters, and write to the logs
|
||||
* a default FileLog will be autoconfigured for you.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Log
|
||||
*/
|
||||
class CakeLog {
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* CakeLogStreamInterface is the interface that should be implemented
|
||||
* by all classes that are going to be used as Log streams.
|
||||
*
|
||||
* @package cake.libs
|
||||
* @package Cake.Log
|
||||
*/
|
||||
interface CakeLogInterface {
|
||||
/**
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
|
||||
* @package cake.libs.log
|
||||
* @package Cake.Log.Engine
|
||||
* @since CakePHP(tm) v 1.3
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -24,7 +24,7 @@ App::uses('CakeLogInterface', 'Log');
|
|||
* File Storage stream for Logging. Writes logs to different files
|
||||
* based on the type of log it is.
|
||||
*
|
||||
* @package cake.libs.log
|
||||
* @package Cake.Log.Engine
|
||||
*/
|
||||
class FileLog implements CakeLogInterface {
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.model
|
||||
* @package Cake.Model
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -25,7 +25,7 @@ App::uses('AppModel', 'Model');
|
|||
* ACL Node
|
||||
*
|
||||
*
|
||||
* @package cake.libs.model
|
||||
* @package Cake.Model
|
||||
*/
|
||||
class AclNode extends AppModel {
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake
|
||||
* @package Cake.Model
|
||||
* @subpackage cake.cake.libs.model
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
|
@ -25,7 +25,7 @@ App::uses('AppModel', 'Model');
|
|||
/**
|
||||
* Access Control Object
|
||||
*
|
||||
* @package cake
|
||||
* @package Cake.Model
|
||||
* @subpackage cake.cake.libs.model
|
||||
*/
|
||||
class Aco extends AclNode {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake
|
||||
* @package Cake.Model
|
||||
* @subpackage cake.cake.libs.model
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
|
@ -25,7 +25,7 @@ App::uses('AppModel', 'Model');
|
|||
/**
|
||||
* Action for Access Control Object
|
||||
*
|
||||
* @package cake
|
||||
* @package Cake.Model
|
||||
* @subpackage cake.cake.libs.model
|
||||
*/
|
||||
class AcoAction extends AppModel {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake
|
||||
* @package Cake.Model
|
||||
* @subpackage cake.cake.libs.model
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
|
@ -30,7 +30,7 @@ App::uses('Model', 'Model');
|
|||
* Create the same file in app/app_model.php
|
||||
* Add your application-wide methods to the class, your models will inherit them.
|
||||
*
|
||||
* @package cake
|
||||
* @package Cake.Model
|
||||
* @subpackage cake.cake.libs.model
|
||||
*/
|
||||
class AppModel extends Model {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.model
|
||||
* @package Cake.Model
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -24,7 +24,7 @@ App::uses('AppModel', 'Model');
|
|||
/**
|
||||
* Access Request Object
|
||||
*
|
||||
* @package cake.libs.model
|
||||
* @package Cake.Model
|
||||
*/
|
||||
class Aro extends AclNode {
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc.
|
||||
* @link http://cakephp.org CakePHP Project
|
||||
* @package cake.libs.model.behaviors
|
||||
* @package Cake.Model.Behavior
|
||||
* @since CakePHP v 1.2.0.4487
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -23,7 +23,7 @@ App::uses('AclNode', 'Model');
|
|||
/**
|
||||
* ACL behavior
|
||||
*
|
||||
* @package cake.libs.model.behaviors
|
||||
* @package Cake.Model.Behavior
|
||||
* @link http://book.cakephp.org/view/1320/ACL
|
||||
*/
|
||||
class AclBehavior extends ModelBehavior {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.console.libs
|
||||
* @package Cake.Model.Behavior
|
||||
* @since CakePHP(tm) v 1.2.0.5669
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -23,7 +23,7 @@
|
|||
* Behavior to allow for dynamic and atomic manipulation of a Model's associations used for a find call. Most useful for limiting
|
||||
* the amount of associations and data returned.
|
||||
*
|
||||
* @package cake.console.libs
|
||||
* @package Cake.Model.Behavior
|
||||
* @link http://book.cakephp.org/view/1323/Containable
|
||||
*/
|
||||
class ContainableBehavior extends ModelBehavior {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.model.behaviors
|
||||
* @package Cake.Model.Behavior
|
||||
* @since CakePHP(tm) v 1.2.0.4525
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -22,7 +22,7 @@ App::uses('I18n', 'I18n');
|
|||
/**
|
||||
* Translate behavior
|
||||
*
|
||||
* @package cake.libs.model.behaviors
|
||||
* @package Cake.Model.Behavior
|
||||
* @link http://book.cakephp.org/view/1328/Translate
|
||||
*/
|
||||
class TranslateBehavior extends ModelBehavior {
|
||||
|
@ -502,7 +502,7 @@ class TranslateBehavior extends ModelBehavior {
|
|||
}
|
||||
|
||||
/**
|
||||
* @package cake.libs.model.behaviors
|
||||
* @package Cake.Model.Behavior
|
||||
*/
|
||||
class I18nModel extends AppModel {
|
||||
public $name = 'I18nModel';
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc.
|
||||
* @link http://cakephp.org CakePHP Project
|
||||
* @package cake.libs.model.behaviors
|
||||
* @package Cake.Model.Behavior
|
||||
* @since CakePHP v 1.2.0.4487
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -25,7 +25,7 @@
|
|||
* Enables a model object to act as a node-based tree. Using Modified Preorder Tree Traversal
|
||||
*
|
||||
* @see http://en.wikipedia.org/wiki/Tree_traversal
|
||||
* @package cake.libs.model.behaviors
|
||||
* @package Cake.Model.Behavior
|
||||
* @link http://book.cakephp.org/view/1339/Tree
|
||||
*/
|
||||
class TreeBehavior extends ModelBehavior {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.model
|
||||
* @package Cake.Model
|
||||
* @since CakePHP(tm) v 1.2.0.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -26,7 +26,7 @@ App::uses('ObjectCollection', 'Utility');
|
|||
*
|
||||
* Defines the Behavior interface, and contains common model interaction functionality.
|
||||
*
|
||||
* @package cake.libs.model
|
||||
* @package Cake.Model
|
||||
*/
|
||||
class BehaviorCollection extends ObjectCollection {
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.model
|
||||
* @package Cake.Model
|
||||
* @since CakePHP(tm) v 1.2.0.5550
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -23,7 +23,7 @@ App::uses('ConnectionManager', 'Model');
|
|||
/**
|
||||
* Base Class for Schema management
|
||||
*
|
||||
* @package cake.libs.model
|
||||
* @package Cake.Model
|
||||
*/
|
||||
class CakeSchema extends Object {
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package cake.libs.model
|
||||
* @package Cake.Model
|
||||
* @since CakePHP(tm) v 0.10.x.1402
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -24,7 +24,7 @@ App::uses('DataSource', 'Model/Datasource');
|
|||
/**
|
||||
* Manages loaded instances of DataSource objects
|
||||
*
|
||||
* @package cake.libs.model
|
||||
* @package Cake.Model
|
||||
*/
|
||||
class ConnectionManager {
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue