use_extended_names method

int use_extended_names(
  1. bool arg0
)

Implementation

int use_extended_names(
  bool arg0,
) {
  return _use_extended_names(
    arg0,
  );
}