PMCORE-3937
This commit is contained in:
@@ -288,7 +288,14 @@ class Bpmn extends Handler
|
|||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function exists($projectUid)
|
/**
|
||||||
|
* This method verifies if a project exists
|
||||||
|
*
|
||||||
|
* @param string $projectUid Unique id of Project
|
||||||
|
*
|
||||||
|
* return boolean
|
||||||
|
*/
|
||||||
|
public static function exists($projectUid)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$obj = ProjectPeer::retrieveByPK($projectUid);
|
$obj = ProjectPeer::retrieveByPK($projectUid);
|
||||||
|
|||||||
Reference in New Issue
Block a user