changing @link in containable behavior

This commit is contained in:
Jose Lorenzo Rodriguez 2011-10-15 11:47:10 -04:30
parent 91d0a081fb
commit d406889b14

View file

@ -24,7 +24,7 @@
* the amount of associations and data returned.
*
* @package Cake.Model.Behavior
* @link http://book.cakephp.org/view/1323/Containable
* @link http://book.cakephp.org/2.0/en/core-libraries/behaviors/containable.html
*/
class ContainableBehavior extends ModelBehavior {
@ -225,7 +225,7 @@ class ContainableBehavior extends ModelBehavior {
*
* @param Model $Model Model on which binding restriction is being applied
* @return void
* @link http://book.cakephp.org/view/1323/Containable#Using-Containable-1324
* @link http://book.cakephp.org/2.0/en/core-libraries/behaviors/containable.html#using-containable
*/
public function contain($Model) {
$args = func_get_args();