Kraken\_Module\Runtime\_Mock\Supervision\ModelContinue::__construct PHP Method

__construct() public method

public __construct ( mixed[] $context = [] )
$context mixed[]
    public function __construct($context = [])
    {
        $this->model = $context['model'];
        $this->queue =& $context['queue'];
        parent::__construct($context);
    }