示例#1
0
 public static function getDisplayValue($value)
 {
     switch ($value) {
         case static::VIDEO:
             return 'Video';
         case static::GAME:
             return 'Game';
         case static::DLC:
             return 'Game DLC';
     }
     return parent::getDisplayValue($value);
 }