| @@ 150-154 (lines=5) @@ | ||
| 147 | } |
|
| 148 | } |
|
| 149 | ||
| 150 | if (count($this->getFetchColumns()) > 0) { |
|
| 151 | $options->select( |
|
| 152 | array_merge([$key], $this->getFetchColumns()) |
|
| 153 | ); |
|
| 154 | } |
|
| 155 | ||
| 156 | // call the pre load options query preparer if has be set |
|
| 157 | if (! is_null($preparer = $this->getLoadOptionsQueryPreparer())) { |
|
| @@ 212-216 (lines=5) @@ | ||
| 209 | } |
|
| 210 | } |
|
| 211 | ||
| 212 | if (count($this->getFetchColumns()) > 0) { |
|
| 213 | $options->select( |
|
| 214 | array_merge([$key], $this->getFetchColumns()) |
|
| 215 | ); |
|
| 216 | } |
|
| 217 | ||
| 218 | // call the pre load options query preparer if has be set |
|
| 219 | if (! is_null($preparer = $this->getLoadOptionsQueryPreparer())) { |
|