Example #1
0
 public static function getIndexMatchableList()
 {
     if (!self::$matchableFields) {
         self::$matchableFields = array("plugins_data");
     }
     return self::$matchableFields;
 }