propelorm/Propel2

View on GitHub
templates/Behavior/AggregateColumn/queryUpdateRelated.php

Summary

Maintainability
A
0 mins
Test Coverage

protected function updateRelated<?=$relationName.$aggregateName?>s($con)
{
    foreach ($this-><?=$variableName?>s as $<?=$variableName?>) {
        $<?=$variableName?>-><?= $updateMethodName ?>($con);
    }
    $this-><?=$variableName?>s = [];
}