*/ interface ExpressionEvaluatorInterface { /** * @return mixed */ public function evaluate(string $expression, array $data = []); }