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