Example #1
0
 public function __construct(h\configuration $configuration, base $next = null)
 {
     $this->_configuration = $configuration;
     parent::__construct($next);
 }
Example #2
0
 public function __construct(h\collection $payload, h\composed_configuration $next = null)
 {
     $this->_payload = clone $payload;
     parent::__construct($next);
 }