PMC-858
Add new empty classes Add methos to the interface an in the abstract class, fix canceled status Added new setters/getters. Fix condition for 'oldestThan' validation. Add default value for 'orderByColumn' property Added table name in default value for order by column
This commit is contained in:
committed by
Paula Quispe
parent
2174536180
commit
91e75dd29b
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace ProcessMaker\BusinessModel\Interfaces;
|
||||
|
||||
interface CasesInterface
|
||||
{
|
||||
public function setProperties(array $properties);
|
||||
public function getData();
|
||||
public function getCounter();
|
||||
}
|
||||
Reference in New Issue
Block a user