Exemple #1
0
 public static function unmute($index = NULL)
 {
     if (!is_null($index)) {
         unset(self::$_muted[$index]);
     } else {
         self::$_muted = array();
     }
 }