PHP Класс Phan\CLI

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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 = '' )

Описание методов

__construct() публичный Метод

Create and read command line arguments, configuring \Phan\Config as a side effect.
public __construct ( )

getFileList() публичный Метод

public getFileList ( ) : array
Результат array Get the set of files to analyze

getOutput() публичный Метод

public getOutput ( ) : Symfony\Component\Console\Output\OutputInterface
Результат Symfony\Component\Console\Output\OutputInterface

progress() публичный статический Метод

Update a progress bar on the screen
public static progress ( string $msg, float $p ) : null
$msg string A short message to display with the progress meter
$p float The percentage to display
Результат null