[TYPO3-ect] RFC: Result Browser Service for lib/div - part 1 + 2

Daniel Brüßler info at -remove-patchworking.de
Thu Jul 19 11:12:17 CEST 2007


Hello Elmar,

The definition looks very good! Just some thoughts from me about the RFC.

== version of the interface ==
for me versioning is important:

---
required getInterfaceVersion
---

So an extension-developer could use it like this:
* get the service-reference for a result-browser
* no rendering for a result-browser what just has an outdated
interface-version
* light rendering by a simple version
* full rendering by a super-duper version


== optional functions ==
What do you think about a function like "function_exists" what we know
from PHP itself?


== choose one of many ==
Is ist possible to choose a special rendering-service by its subtype -
for example "resultBrowserAjax"? When that special is not available a
standard rendering-service should be given as reference.


kind regards
Daniel

>> 1. Implementation as a service
>> 4. Resultbrowser types: dropdown and link list
> 7. Interface between extension and result browser


More information about the TYPO3-team-extension-coordination mailing list