Class WeightedDispatcher
Used to defined a dispatcher and its weight.
<?php $dispatcher['my'] = new WeightedDispatcher('callback', 'before:that_other_dispatcher');
Used to defined a dispatcher and its weight.
<?php $dispatcher['my'] = new WeightedDispatcher('callback', 'before:that_other_dispatcher');