PHP Класс spec\Prophecy\Doubler\Generator\Node\MethodNodeSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

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

Метод Описание
it_accepts_only_supported_visibilities ( )
it_does_not_have_arguments_by_default ( )
it_does_not_have_return_type_by_default ( )
it_does_not_return_a_reference_by_default ( )
it_has_a_name ( )
it_has_public_visibility_by_default ( )
it_is_constructable_with_code ( )
it_is_not_static_by_default ( )
it_lowercases_visibility_before_setting_it ( )
it_setReturnType_sets_return_type ( )
it_should_be_settable_as_returning_a_reference_through_setter ( )
it_should_be_settable_as_static_through_setter ( )
it_supports_adding_arguments ( Prophecy\Doubler\Generator\Node\ArgumentNode $argument1, Prophecy\Doubler\Generator\Node\ArgumentNode $argument2 )
its_code_is_mutable ( )
its_reference_returning_methods_will_generate_exceptions ( )
its_setCode_provided_with_null_cleans_method_body ( )
its_useParentCode_causes_method_to_call_parent ( Prophecy\Doubler\Generator\Node\ArgumentNode $argument1, Prophecy\Doubler\Generator\Node\ArgumentNode $argument2 )
its_visibility_is_mutable ( )
let ( )

Описание методов

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

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

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

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

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

public it_has_a_name ( )

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

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

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

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

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

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

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

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

public it_supports_adding_arguments ( Prophecy\Doubler\Generator\Node\ArgumentNode $argument1, Prophecy\Doubler\Generator\Node\ArgumentNode $argument2 )
$argument1 Prophecy\Doubler\Generator\Node\ArgumentNode
$argument2 Prophecy\Doubler\Generator\Node\ArgumentNode

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

public its_code_is_mutable ( )

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

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

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

public its_useParentCode_causes_method_to_call_parent ( Prophecy\Doubler\Generator\Node\ArgumentNode $argument1, Prophecy\Doubler\Generator\Node\ArgumentNode $argument2 )
$argument1 Prophecy\Doubler\Generator\Node\ArgumentNode
$argument2 Prophecy\Doubler\Generator\Node\ArgumentNode

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

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

public let ( )