PHP 클래스 mageekguy\atoum\mock\php\method

파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$arguments
$isConstructor
$name
$returnReference

공개 메소드들

메소드 설명
__construct ( $name )
__toString ( )
addArgument ( argument $argument )
get ( $name )
getArguments ( )
getArgumentsAsString ( )
getName ( )
isConstructor ( )
returnReference ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $name )

__toString() 공개 메소드

public __toString ( )

addArgument() 공개 메소드

public addArgument ( argument $argument )
$argument mageekguy\atoum\mock\php\method\argument

get() 공개 정적인 메소드

public static get ( $name )

getArguments() 공개 메소드

public getArguments ( )

getArgumentsAsString() 공개 메소드

getName() 공개 메소드

public getName ( )

isConstructor() 공개 메소드

public isConstructor ( )

returnReference() 공개 메소드

public returnReference ( )

프로퍼티 상세

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

protected $arguments

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

protected $isConstructor

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

protected $name

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

protected $returnReference