Свойство | Тип | Описание | |
---|---|---|---|
$checkstyleReportFilename | string | Path to checkstyle report output file | |
$paths | array | Paths to scan. | |
$quiet | boolean | Run silently w/o any console output | |
$reports | array | Reports | |
$standard | string | Standard to use. | |
$workingDirectory | string | Working directory. |
Метод | Описание | |
---|---|---|
__construct ( string $workingDirectory ) : void | Create a new CLI object. | |
run ( array $arguments ) : void | Run Flitch. |
Метод | Описание | |
---|---|---|
analyzeFile ( string $path, |
Analyze single file for coding standard violations. | |
analyzeFiles ( ) : void | Analyze files for coding standard violations. | |
printHelp ( ) : void | Print help. |
public __construct ( string $workingDirectory ) : void | ||
$workingDirectory | string | |
Результат | void |
protected analyzeFile ( string $path, |
||
$path | string | |
$tokenizer | ||
$manager | ||
Результат | File |
protected analyzeFiles ( ) : void | ||
Результат | void |
protected string $checkstyleReportFilename | ||
Результат | string |
protected bool $quiet | ||
Результат | boolean |
protected string $workingDirectory | ||
Результат | string |