mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 06:27:15 +00:00
rename check() to checkForCycles()
This commit is contained in:
parent
3459f18c72
commit
b3657b039a
|
@ -320,9 +320,9 @@ class SeedDMS_Core_Workflow { /* {{{ */
|
|||
/**
|
||||
* Check if workflow contains cycles
|
||||
*
|
||||
* @return boolean true if workflow contains cycles, otherwise false
|
||||
* @return boolean list of states if workflow contains cycles, otherwise false
|
||||
*/
|
||||
function check() { /* {{{ */
|
||||
function checkForCycles() { /* {{{ */
|
||||
$db = $this->_dms->getDB();
|
||||
|
||||
$initstate = $this->getInitState();
|
||||
|
|
Loading…
Reference in New Issue
Block a user