94 $userRawContext = $this->placementBind[
'OPTIONS'][
'context'];
95 $userContextList = explode(
';', trim($userRawContext));
96 foreach ($userContextList as $context)
98 if (!in_array($context, Context::getTypes(),
true))
100 $this->result[
'error'] =
'INVALID_ERROR_CONTEXT';
101 $this->result[
'error_description'] =
'Field context is invalid.';