PHP 클래스 Components_Release_Task_Composer, horde

상속: extends Components_Release_Task_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
run ( &$options ) : null Run the task.
skip ( array $options ) : boolean Can the task be skipped?
validate ( array $options ) : array Validate the preconditions required for this release task.

메소드 상세

run() 공개 메소드

Run the task.
public run ( &$options ) : null
리턴 null

skip() 공개 메소드

Can the task be skipped?
public skip ( array $options ) : boolean
$options array Additional options.
리턴 boolean True if it can be skipped.

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.