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