Example #1
0
 /**
  * @param array|Context $context
  */
 function __construct($context = [])
 {
     parent::__construct($context instanceof Context ? $context->copy() : $context);
 }