Exemple #1
0
 function clear($scope = "all")
 {
     if ($scope == "all") {
         self::$plurals = self::$singulars = self::$uncountables = self::$humans = array();
     } else {
         self::${$scope} = array();
     }
 }