PHP 클래스 Phan\Ordering

파일 보기 프로젝트 열기: etsy/phan

공개 메소드들

메소드 설명
__construct ( CodeBase $code_base )
orderForProcessCount ( integer $process_count, array $analysis_file_list ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( CodeBase $code_base )
$code_base CodeBase The entire code base used to choose a file analysis ordering.

orderForProcessCount() 공개 메소드

public orderForProcessCount ( integer $process_count, array $analysis_file_list ) : array
$process_count integer The number of processes we'd like to divide work up amongst.
$analysis_file_list array A list of files that should be analyzed which will be used to ignore any files outside of the list and to draw from for any missing files.
리턴 array A map from process_id to a list of files to be analyzed on that process in stable ordering.