Files
crm.clientright.ru/modules/Workflow2/lib/Workflow/FEEL.php

14 lines
201 B
PHP
Raw 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) {
}
}