propelorm/Propel2

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

Summary

Maintainability
A
0 mins
Test Coverage

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