PHP 클래스 lithium\tests\mocks\console\MockResponse

상속: extends lithium\console\Response
파일 보기 프로젝트 열기: unionofrad/lithium

공개 프로퍼티들

프로퍼티 타입 설명
$testAction
$testParam

공개 메소드들

메소드 설명
__construct ( array $config = [] )
__destruct ( )
error ( $error )
output ( $output )

메소드 상세

__construct() 공개 메소드

public __construct ( array $config = [] )
$config array

__destruct() 공개 메소드

public __destruct ( )

error() 공개 메소드

public error ( $error )

output() 공개 메소드

public output ( $output )

프로퍼티 상세

$testAction 공개적으로 프로퍼티

public $testAction

$testParam 공개적으로 프로퍼티

public $testParam