PHP 클래스 Components_Qc_Task_Dcd, horde

저자: Michael Slusarz ([email protected])
상속: extends Components_Qc_Task_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
getName ( ) : string Get the name of this task.
run ( &$options ) : integer Run the task.
validate ( array $options ) : array Validate the preconditions required for this release task.

보호된 메소드들

메소드 설명
_printResult ( array $result ) Prints a result set from PHPDCD_Detector::detectDeadCode().

메소드 상세

_printResult() 보호된 메소드

Prints a result set from PHPDCD_Detector::detectDeadCode().
protected _printResult ( array $result )
$result array

getName() 공개 메소드

Get the name of this task.
public getName ( ) : string
리턴 string The task name.

run() 공개 메소드

Run the task.
public run ( &$options ) : integer
리턴 integer Number of errors.

validate() 공개 메소드

Validate the preconditions required for this release task.
public validate ( array $options ) : array
$options array Additional options.
리턴 array An empty array if all preconditions are met and a list of error messages otherwise.