Ejemplo n.º 1
0
 /**
  * @param array ...$config
  */
 function __construct(...$config)
 {
     parent::__construct([$this, 'end'], [new Args($config)]);
 }