Diviner

Class ArcanistDiffChangeType

Definedsrc/parser/diff/ArcanistDiffChangeType.php:8
GroupDiff and Changeset APIs

Defines constants for file types and operations in changesets.

Tasks

Unspecified

Methods

public static getFullNameForChangeType($type)

parameterswild$type
returnwild
This method is not documented.

public static getShortNameForFileType($type)

parameterswild$type
returnwild
This method is not documented.

public static getSummaryCharacterForChangeType($type)

parameterswild$type
returnwild
This method is not documented.

public static isCreateChangeType($type)

parameterswild$type
returnwild
This method is not documented.

public static isDeleteChangeType($type)

parameterswild$type
returnwild
This method is not documented.

public static isModifyChangeType($type)

parameterswild$type
returnwild
This method is not documented.

public static isNewLocationChangeType($type)

parameterswild$type
returnwild
This method is not documented.

public static isOldLocationChangeType($type)

parameterswild$type
returnwild
This method is not documented.