Files

14 lines
201 B
PHP
Raw Permalink Normal View History

<?php
namespace Workflow;
// Implements
// https://docs.camunda.org/manual/7.4/reference/dmn11/feel/language-elements/
class FEEL
{
public function compare($sourceValue, $checkValue) {
}
}