mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
Updating docblocks
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6421 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
18c2d9d446
commit
7d39cad13f
1 changed files with 3 additions and 3 deletions
|
@ -193,8 +193,8 @@ class Model extends Overloadable {
|
|||
*/
|
||||
var $hasAndBelongsToMany = array();
|
||||
/**
|
||||
* List of behaviors to use. Settings can be passed to behaviors
|
||||
* by using the behavior name as index. Eg:
|
||||
* List of behaviors to load when the model object is initialized. Settings can be
|
||||
* passed to behaviors by using the behavior name as index. Eg:
|
||||
*
|
||||
* array('Translate', 'MyBehavior' => array('setting1' => 'value1'))
|
||||
*
|
||||
|
@ -203,7 +203,7 @@ class Model extends Overloadable {
|
|||
*/
|
||||
var $actsAs = null;
|
||||
/**
|
||||
* Behavior objects
|
||||
* Holds the Behavior objects currently bound to this model, keyed by behavior name
|
||||
*
|
||||
* @var array
|
||||
* @access public
|
||||
|
|
Loading…
Add table
Reference in a new issue