PMCORE-927

This commit is contained in:
Paula Quispe
2022-02-14 15:13:40 -04:00
parent 3e25a2752e
commit c71bfb9128
8 changed files with 93 additions and 50 deletions

View File

@@ -230,8 +230,8 @@ class Step extends BaseStep
$oDataset->next();
$aRow = $oDataset->getRow();
return (int) $aRow['POSITION'];
} catch (Exception $oException) {
throw $Exception;
} catch (Exception $exception) {
throw $exception;
}
}
@@ -413,7 +413,7 @@ class Step extends BaseStep
*
* @return array
*/
public function verifyDynaformAssigStep ($dynUid, $proUid)
public static function verifyDynaformAssigStep ($dynUid, $proUid)
{
$res = array();
$oCriteria = new Criteria();
@@ -432,7 +432,7 @@ class Step extends BaseStep
return $res;
}
public function getAttribute ($node, $attName)
public static function getAttribute ($node, $attName)
{
foreach ($node->attributes as $attribute) {