propelorm/Propel2

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

Summary

Maintainability
A
0 mins
Test Coverage

/**
 * Gets the locale for translations
 *
 * @return string $locale Locale to use for the translation, e.g. 'fr_FR'
 */
public function get<?= $localeColumnName ?>()
{
    return $this->currentLocale;
}