Skip to content
Snippets Groups Projects
  1. Feb 16, 2014
    • Christopher Smith's avatar
      Add ordering to event handlers · b95f73d3
      Christopher Smith authored
      Allows a sequence integer to be supplied when registering to handle
      an event.  When processing an event, handlers (hooks) will be
      executed in ascending order of their sequence number.  If two or
      more handlers have the same sequence number their order of
      execution is undefined.
      
      A handler wanting to be first, should use -PHP_MAX_INT.
      A handler wanting to be last can use PHP_MAX_INT.
      There may be conflicts if two or more plugins use these values in
      the expectation that they will guarantee being first or last.
      b95f73d3
  2. Feb 15, 2014
  3. Feb 14, 2014
  4. Feb 13, 2014
  5. Feb 11, 2014
Loading