Beispiel #1
0
 public function getDisplayName($plural = true, $ofModule = true)
 {
     if (!$ofModule) {
         return Yii::t('app', 'Campaign' . ($plural ? 's' : ''));
     } else {
         return parent::getDisplayName($plural, $ofModule);
     }
 }