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