Symfony: form sınıfında getCulture (bir erişimci) ne var?

0 Cevap php

Bunu değiştirmek istiyorum:

$p = new sfWidgetFormI18nChoiceCountry(array('culture' => 'en'));

tarafından

$p = new sfWidgetFormI18nChoiceCountry(array('culture' => getCulture()));

ama ben getCulture kullanmak üzere bir eriþimcisi kaçırıyorum ve ben ne hatırlayamıyorum.

What is the acessor to use getCulture on the form class ? What's your technique to remember the acessors ?

Teşekkürler

0 Cevap