PHP Класс Flitch\Cli\Cli

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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, Tokenizer $tokenizer, Manager $manager ) : File Analyze single file for coding standard violations.
analyzeFiles ( ) : void Analyze files for coding standard violations.
printHelp ( ) : void Print help.

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

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

Create a new CLI object.
public __construct ( string $workingDirectory ) : void
$workingDirectory string
Результат void

analyzeFile() защищенный Метод

Analyze single file for coding standard violations.
protected analyzeFile ( string $path, Tokenizer $tokenizer, Manager $manager ) : File
$path string
$tokenizer Flitch\File\Tokenizer
$manager Flitch\Rule\Manager
Результат File

analyzeFiles() защищенный Метод

Analyze files for coding standard violations.
protected analyzeFiles ( ) : void
Результат void

printHelp() защищенный Метод

Print help.
protected printHelp ( ) : void
Результат void

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

Run Flitch.
public run ( array $arguments ) : void
$arguments array
Результат void

Описание свойств

$checkstyleReportFilename защищенное свойство

Path to checkstyle report output file
protected string $checkstyleReportFilename
Результат string

$paths защищенное свойство

Paths to scan.
protected array $paths
Результат array

$quiet защищенное свойство

Run silently w/o any console output
protected bool $quiet
Результат boolean

$reports защищенное свойство

Reports
protected array $reports
Результат array

$standard защищенное свойство

Standard to use.
protected string $standard
Результат string

$workingDirectory защищенное свойство

Working directory.
protected string $workingDirectory
Результат string