PHP 클래스 Flitch\Cli\Cli

파일 보기 프로젝트 열기: dasprid/flitch

보호된 프로퍼티들

프로퍼티 타입 설명
$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