PHP 클래스 Components_Release_Task_Website, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_db PDO Database handle.

공개 메소드들

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

메소드 상세

run() 공개 메소드

Run the task.
public run ( &$options )

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.

프로퍼티 상세

$_db 보호되어 있는 프로퍼티

Database handle.
protected PDO $_db
리턴 PDO