Метод | Описание | |
---|---|---|
__construct ( ) | Create and read command line arguments, configuring \Phan\Config as a side effect. | |
getFileList ( ) : array | ||
getOutput ( ) : Symfony\Component\Console\Output\OutputInterface | ||
progress ( string $msg, float $p ) : null | Update a progress bar on the screen |
Метод | Описание | |
---|---|---|
directoryNameToFileList ( string $directory_name ) : array | ||
maybeReadConfigFile ( ) | Look for a .phan/config file up to a few directories up the hierarchy and apply anything in there to the configuration. | |
usage ( string $msg = '' ) |
public __construct ( ) |
public getFileList ( ) : array | ||
Результат | array | Get the set of files to analyze |
public getOutput ( ) : Symfony\Component\Console\Output\OutputInterface | ||
Результат | Symfony\Component\Console\Output\OutputInterface |