Example #1
0
 /**
  *
  */
 public function populateDefaults()
 {
     parent::populateDefaults();
     if (!$this->Name) {
         $this->Name = _t('AssetAdmin.NEWFOLDER', "NewFolder");
     }
 }