PHP Класс Tests\Simple\Undefined\MCall

Показать файл Открыть проект

Открытые методы

Метод Описание
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() публичный Метод

public simpleAlwaysTrueReturnMethod ( ) : boolean
Результат boolean

simpleStaticMethod() публичный статический Метод

public static simpleStaticMethod ( ) : boolean
Результат boolean

testCallFromObjectVariable() публичный Метод

public testCallFromObjectVariable ( ) : mixed
Результат mixed

testCallFromUndefinedVariable() публичный Метод

public testCallFromUndefinedVariable ( ) : mixed
Результат mixed

testMethodWithOneRequiredParameter() публичный Метод

public testMethodWithOneRequiredParameter ( $var1 ) : mixed
$var1
Результат mixed

testMethodWithOneRequiredParameterWithoutUsing() публичный Метод

public testMethodWithOneRequiredParameterWithoutUsing ( $var1 ) : boolean
$var1
Результат boolean

testSuccessProperty() публичный Метод

public testSuccessProperty ( ) : string
Результат string

testUnexpectedCallFromArrayVariable() публичный Метод

public testUnexpectedCallFromArrayVariable ( ) : mixed
Результат mixed

testUnexpectedCallFromFloatVariable() публичный Метод

public testUnexpectedCallFromFloatVariable ( ) : mixed
Результат mixed

testUnexpectedCallFromIntVariable() публичный Метод

public testUnexpectedCallFromIntVariable ( ) : mixed
Результат mixed

testUnexpectedCallOnStaticMethod() публичный Метод

public testUnexpectedCallOnStaticMethod ( ) : mixed
Результат mixed