| @@ 84-88 (lines=5) @@ | ||
| 81 | } |
|
| 82 | } |
|
| 83 | ||
| 84 | if (isset($finderConfig['format'])) { |
|
| 85 | foreach ($finderConfig['format'] as $conf) { |
|
| 86 | $finderDef->addMethodCall('format', array($conf)); |
|
| 87 | } |
|
| 88 | } |
|
| 89 | ||
| 90 | if (isset($finderConfig['fieldcount'])) { |
|
| 91 | $finderDef->addMethodCall('fieldcount', array($finderConfig['fieldcount'])); |
|
| @@ 94-98 (lines=5) @@ | ||
| 91 | $finderDef->addMethodCall('fieldcount', array($finderConfig['fieldcount'])); |
|
| 92 | } |
|
| 93 | ||
| 94 | if (isset($finderConfig['fields'])) { |
|
| 95 | foreach ($finderConfig['fields'] as $conf) { |
|
| 96 | $finderDef->addMethodCall('field', array($conf)); |
|
| 97 | } |
|
| 98 | } |
|
| 99 | ||
| 100 | if (isset($finderConfig['fieldset'])) { |
|
| 101 | $finderDef->addMethodCall('fieldset', array($finderConfig['fieldset'])); |
|