Files
luos/workflow/engine/src/ProcessMaker/BusinessModel/Interfaces/CasesInterface.php

11 lines
205 B
PHP
Raw Normal View History

<?php
namespace ProcessMaker\BusinessModel\Interfaces;
interface CasesInterface
{
public function setProperties(array $properties);
public function getData();
public function getCounter();
}