rename check() to checkForCycles()

This commit is contained in:
Uwe Steinmann 2016-11-18 08:40:49 +01:00
parent 3459f18c72
commit b3657b039a

View File

@ -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();