Class wobzilla_sortFactory

Object
   |
   +--wobzilla_sortFactory

class wobzilla_sortFactory

Factory for sort_handler objects. It can be configured with an array of configuration nodes. For more information about sorting see the XSLT-specification. Example with two configuration nodes:

  <wbz:sort select="last-name" lang="de">
  <wbz:sort select="id" order="ascending" data-type="numeric">
 

See:
wobzilla_sortHandler


 
Method Summary
 function createSortHandler(sortConfigs,log,context,serviceManager)
           creates a new new wobzilla.

Method Detail

createSortHandler

function createSortHandler(sortConfigs,log,context,serviceManager)
creates a new new wobzilla.sortHandler for a given configuration-array and initialize it with the specified log, context and serviceManager.

Returns:
wobzilla_sortHandler