/**
  * {@inheritDoc}
  */
 public function setLocale($locale)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLocale', array($locale));
     return parent::setLocale($locale);
 }
 /**
  * Test related method
  * Just a call to prevent fatal errors (no way to verify value is set)
  */
 public function testSetLocale()
 {
     $this->group->setLocale('en_US');
 }