PHP 클래스 Tests\Simple\Undefined\MCall

파일 보기 프로젝트 열기: ovr/phpsa

공개 메소드들

메소드 설명
a ( ) : mixed
c ( ) : mixed
simpleAlwaysTrueReturnMethod ( ) : boolean
simpleStaticMethod ( ) : boolean
testCallFromObjectVariable ( ) : mixed
testCallFromUndefinedVariable ( ) : mixed
testMethodWithOneRequiredParameter ( $var1 ) : mixed
testMethodWithOneRequiredParameterWithoutUsing ( $var1 ) : boolean
testSuccessProperty ( ) : string
testUnexpectedCallFromArrayVariable ( ) : mixed
testUnexpectedCallFromFloatVariable ( ) : mixed
testUnexpectedCallFromIntVariable ( ) : mixed
testUnexpectedCallOnStaticMethod ( ) : mixed

메소드 상세

a() 공개 메소드

public a ( ) : mixed
리턴 mixed

c() 공개 메소드

public c ( ) : mixed
리턴 mixed

simpleAlwaysTrueReturnMethod() 공개 메소드

simpleStaticMethod() 공개 정적인 메소드

public static simpleStaticMethod ( ) : boolean
리턴 boolean

testCallFromObjectVariable() 공개 메소드

public testCallFromObjectVariable ( ) : mixed
리턴 mixed

testCallFromUndefinedVariable() 공개 메소드

testMethodWithOneRequiredParameter() 공개 메소드

public testMethodWithOneRequiredParameter ( $var1 ) : mixed
$var1
리턴 mixed

testMethodWithOneRequiredParameterWithoutUsing() 공개 메소드

testSuccessProperty() 공개 메소드

public testSuccessProperty ( ) : string
리턴 string

testUnexpectedCallFromArrayVariable() 공개 메소드

testUnexpectedCallFromFloatVariable() 공개 메소드

testUnexpectedCallFromIntVariable() 공개 메소드

testUnexpectedCallOnStaticMethod() 공개 메소드