PageRenderTime 42ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/vendor/propel/generator/lib/behavior/i18n/templates/objectAttributes.php

https://bitbucket.org/bayrock/gw2spidy
PHP | 12 lines | 2 code | 2 blank | 8 comment | 0 complexity | 925a9c1d1c28cd3877fffc7d1c5db186 MD5 | raw file
Possible License(s): BSD-3-Clause, BSD-2-Clause
  1. /**
  2. * Current locale
  3. * @var string
  4. */
  5. protected $currentLocale = '<?php echo $defaultLocale ?>';
  6. /**
  7. * Current translation objects
  8. * @var array[<?php echo $objectClassname ?>]
  9. */
  10. protected $currentTranslations;