Class WeightedDispatcher
Used to define a dispatcher and its weight.
<?php
$dispatcher['my'] = new WeightedDispatcher('callback', 'before:that_other_dispatcher');
-
ICanBoogie\HTTP\WeightedDispatcher
uses
ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
protected
get_weight( void )
: integer|string
public
__construct( ICanBoogie\HTTP\Dispatcher
|string $dispatcher
, integer|string $weight
= self::WEIGHT_DEFAULT )
Initializes the $dispatcher and $weight properties.
Initializes the $dispatcher and $weight properties.
Parameters
Constants summary
WEIGHT_TOP
: string
'top'
WEIGHT_BOTTOM
: string
'bottom'
WEIGHT_BEFORE_PREFIX
: string
'before:'
WEIGHT_AFTER_PREFIX
: string
'after:'
WEIGHT_DEFAULT
: integer
0
Properties summary
Magic properties
public read-only
$weight
: integer|string