|
@@ 145-148 (lines=4) @@
|
| 142 |
|
$handler = 'insertIntegerArray'; |
| 143 |
|
} |
| 144 |
|
|
| 145 |
|
if ($handler !== null) { |
| 146 |
|
$status = true; |
| 147 |
|
return $this->$handler($parent, $k, $v, $fn, $optionals); |
| 148 |
|
} |
| 149 |
|
} |
| 150 |
|
|
| 151 |
|
protected function handleIntegerDocument($parent, $k, $v, $fn, &$optionals, &$status) |
|
@@ 178-181 (lines=4) @@
|
| 175 |
|
$handler = 'insertIntegerFluidcontext'; |
| 176 |
|
} |
| 177 |
|
|
| 178 |
|
if ($handler !== null) { |
| 179 |
|
$status = true; |
| 180 |
|
return $this->$handler($parent, $k, $v, $fn, $optionals); |
| 181 |
|
} |
| 182 |
|
} |
| 183 |
|
|
| 184 |
|
protected function createElement($name, $value = null) |