|
@@ -539,6 +539,7 @@ discard block |
|
|
block discarded – undo |
|
539
|
539
|
|
|
540
|
540
|
/** |
|
541
|
541
|
* Default converter for association values |
|
|
542
|
+ * @param string $kind |
|
542
|
543
|
*/ |
|
543
|
544
|
public function convertAssociationChangeValue($value, $association, $kind) |
|
544
|
545
|
{ |
|
@@ -568,7 +569,6 @@ discard block |
|
|
block discarded – undo |
|
568
|
569
|
* @param string $kind either 'before'/'after' |
|
569
|
570
|
* @param \Cake\ORM\Association $association association object for the value |
|
570
|
571
|
* @param boolean $isMany true => [hasMany, belongsToMany] false => [hasOne, belongsTo] |
|
571
|
|
- * @param array $beforeValue association original values. indexed by association properties. |
|
572
|
572
|
* @return mixed converted value |
|
573
|
573
|
*/ |
|
574
|
574
|
public function defaultConvertAssociation($property, $value, $kind, $association, $isMany) |
Please login to merge, or discard this patch.