예제 #1
0
 public function populateDefaults()
 {
     parent::populateDefaults();
     if (!$this->Title) {
         $this->Title = _t('SecurityAdmin.NEWGROUP', "New Group");
     }
 }
예제 #2
0
 /**
  * Ensure the locale is set to something sensible by default.
  */
 public function populateDefaults()
 {
     parent::populateDefaults();
     $this->Locale = i18n::get_closest_translation(i18n::get_locale());
 }
 public function populateDefaults()
 {
     parent::populateDefaults();
     $this->MyFieldWithAltDefault = 'Default Value';
 }