propelorm/Propel2

View on GitHub
templates/Behavior/I18n/objectTranslatedColumnSetter.php

Summary

Maintainability
A
0 mins
Test Coverage

<?php echo $comment ?>
<?php echo $functionStatement ?>
    $this->getCurrentTranslation()->set<?php echo $columnPhpName ?>(<?php echo $params ?>);

    return $this;
}