propelorm/Propel2

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

Summary

Maintainability
A
0 mins
Test Coverage

<?php echo $comment ?>
<?php echo $functionStatement ?>

    return $this->getCurrentTranslation()->get<?php echo $columnPhpName ?>(<?php echo $params ?>);
}