PHP 클래스 PHPCtags, phpctags

파일 보기 프로젝트 열기: techlivezheng/phpctags 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $options )
addFile ( $file )
addFiles ( $files )
export ( )
getMKinds ( )
setCacheFile ( $file )
setMFile ( $file )
stringSortByLine ( string $str, $foldcase = FALSE ) : string stringSortByLine

비공개 메소드들

메소드 설명
full_render ( )
getNodeAccess ( $node )
helperSortByLine ( $a, $b )
process ( $file )
process_single_file ( $filename )
render ( $structure )
struct ( $node, $reset = FALSE, $parent = [] )

메소드 상세

__construct() 공개 메소드

public __construct ( $options )

addFile() 공개 메소드

public addFile ( $file )

addFiles() 공개 메소드

public addFiles ( $files )

export() 공개 메소드

public export ( )

getMKinds() 공개 정적인 메소드

public static getMKinds ( )

setCacheFile() 공개 메소드

public setCacheFile ( $file )

setMFile() 공개 메소드

public setMFile ( $file )

stringSortByLine() 공개 정적인 메소드

Sort a string based on its line delimiter
저자: Techlive Zheng
public static stringSortByLine ( string $str, $foldcase = FALSE ) : string
$str string string to be sorted
리턴 string sorted string