Example #1
0
 public static function getApiMatchAttributesMap()
 {
     if (!self::$apiMatchAttributesMap) {
         self::$apiMatchAttributesMap = array();
     }
     return self::$apiMatchAttributesMap;
 }