PHP Class PHPCtags, phpctags

Mostrar archivo Open project: techlivezheng/phpctags Class Usage Examples

Public Methods

Method Description
__construct ( $options )
addFile ( $file )
addFiles ( $files )
export ( )
getMKinds ( )
setCacheFile ( $file )
setMFile ( $file )
stringSortByLine ( string $str, $foldcase = FALSE ) : string stringSortByLine

Private Methods

Method Description
full_render ( )
getNodeAccess ( $node )
helperSortByLine ( $a, $b )
process ( $file )
process_single_file ( $filename )
render ( $structure )
struct ( $node, $reset = FALSE, $parent = [] )

Method Details

__construct() public method

public __construct ( $options )

addFile() public method

public addFile ( $file )

addFiles() public method

public addFiles ( $files )

export() public method

public export ( )

getMKinds() public static method

public static getMKinds ( )

setCacheFile() public method

public setCacheFile ( $file )

setMFile() public method

public setMFile ( $file )

stringSortByLine() public static method

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