|
@@ -17,7 +17,6 @@ discard block |
|
|
block discarded – undo |
|
17
|
17
|
* This function can be used to get all options passing null, setting options passing an associative |
|
18
|
18
|
* array or retrieve a single value passing a string |
|
19
|
19
|
* |
|
20
|
|
- * @param mixed $options The options passed to the relation layer. |
|
21
|
20
|
* @return mixed All options array or a single value |
|
22
|
21
|
*/ |
|
23
|
22
|
protected static function & relationOptions(){ |
|
@@ -31,7 +30,7 @@ discard block |
|
|
block discarded – undo |
|
31
|
30
|
* The save callback interface is |
|
32
|
31
|
* function($table, array $options) |
|
33
|
32
|
* |
|
34
|
|
- * @param callable $callback The callback to use on model save |
|
|
33
|
+ * @param string $plurality |
|
35
|
34
|
* @return callable Current save callback |
|
36
|
35
|
*/ |
|
37
|
36
|
private static function relationAddRelationshipTo($link, $plurality, $extra=[]){ |
Please login to merge, or discard this patch.