Relax protection on some Server members to allow extension
This commit is contained in:
parent
0cbcd6cbfc
commit
2fe3575e69
|
|
@ -15,17 +15,17 @@ use WellRESTed\Transmission\TransmitterInterface;
|
||||||
class Server
|
class Server
|
||||||
{
|
{
|
||||||
/** @var array */
|
/** @var array */
|
||||||
private $attributes;
|
protected $attributes;
|
||||||
|
|
||||||
|
/** @var string ServerRequestInterface attribute name for matched path variables */
|
||||||
|
protected $pathVariablesAttributeName;
|
||||||
|
|
||||||
|
/** @var mixed[] List array of middleware */
|
||||||
|
protected $stack;
|
||||||
|
|
||||||
/** @var DispatcherInterface */
|
/** @var DispatcherInterface */
|
||||||
private $dispatcher;
|
private $dispatcher;
|
||||||
|
|
||||||
/** @var string ServerRequestInterface attribute name for matched path variables */
|
|
||||||
private $pathVariablesAttributeName;
|
|
||||||
|
|
||||||
/** @var mixed[] List array of middleware */
|
|
||||||
private $stack;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new server.
|
* Create a new server.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue