PHP 클래스 PHPUnit_Extensions_Database_UI_Mediums_Text, qcodo

This class builds the call context based on command line parameters and prints output to stdout and stderr as appropriate.
저자: Mike Lively ([email protected])
상속: implements PHPUnit_Extensions_Database_UI_IMedium
파일 보기 프로젝트 열기: qcodo/qcodo

보호된 프로퍼티들

프로퍼티 타입 설명
$arguments array
$command string

공개 메소드들

메소드 설명
__construct ( array $arguments )
buildContext ( PHPUnit_Extensions_Database_UI_Context $context ) Builds the context for the application.
error ( string $message ) Prints the message to stderr
handleException ( Exception $e ) Handles the displaying of exceptions received from the application.
output ( string $message ) Prints the message to stdout.

메소드 상세

__construct() 공개 메소드

public __construct ( array $arguments )
$arguments array

buildContext() 공개 메소드

Builds the context for the application.
public buildContext ( PHPUnit_Extensions_Database_UI_Context $context )
$context PHPUnit_Extensions_Database_UI_Context

error() 공개 메소드

Prints the message to stderr
public error ( string $message )
$message string

handleException() 공개 메소드

Handles the displaying of exceptions received from the application.
public handleException ( Exception $e )
$e Exception

output() 공개 메소드

Prints the message to stdout.
public output ( string $message )
$message string

프로퍼티 상세

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

protected array $arguments
리턴 array

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

protected string $command
리턴 string