Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
spec
PhpSpec
ServiceContainer
IndexedServiceContainerSpec
PHP 클래스 spec\PhpSpec\ServiceContainer\IndexedServiceContainerSpec
상속:
extends
PhpSpec\ObjectBehavior
파일 보기
프로젝트 열기: phpspec/phpspec
공개 메소드들
메소드
설명
it_does_not_evaluate_callables_that_are_set
( )
it_evaluates_factory_function_only_once_for_shared_services
( )
it_knows_when_services_are_defined
(
$service
)
it_knows_when_services_are_not_defined
( )
it_provides_a_way_to_remove_service_by_key
(
$service
)
it_returns_custom_default_for_unexisting_parameter_if_provided
( )
it_returns_nothing_when_no_services_are_tagged
( )
it_returns_null_value_for_unexisting_parameter
( )
it_returns_services_which_are_defined_using_tags
( )
it_returns_services_which_are_set_using_tags
(
$service
)
it_stores_parameters
( )
it_stores_services
(
$service
)
it_supports_custom_service_configurators
( )
it_throws_exception_when_trying_to_get_unexisting_service
( )
it_uses_new_definition_when_a_service_is_redefined
( )
메소드 상세
it_does_not_evaluate_callables_that_are_set()
공개
메소드
public
it_does_not_evaluate_callables_that_are_set
( )
it_evaluates_factory_function_only_once_for_shared_services()
공개
메소드
public
it_evaluates_factory_function_only_once_for_shared_services
( )
it_knows_when_services_are_defined()
공개
메소드
public
it_knows_when_services_are_defined
(
$service
)
it_knows_when_services_are_not_defined()
공개
메소드
public
it_knows_when_services_are_not_defined
( )
it_provides_a_way_to_remove_service_by_key()
공개
메소드
public
it_provides_a_way_to_remove_service_by_key
(
$service
)
it_returns_custom_default_for_unexisting_parameter_if_provided()
공개
메소드
public
it_returns_custom_default_for_unexisting_parameter_if_provided
( )
it_returns_nothing_when_no_services_are_tagged()
공개
메소드
public
it_returns_nothing_when_no_services_are_tagged
( )
it_returns_null_value_for_unexisting_parameter()
공개
메소드
public
it_returns_null_value_for_unexisting_parameter
( )
it_returns_services_which_are_defined_using_tags()
공개
메소드
public
it_returns_services_which_are_defined_using_tags
( )
it_returns_services_which_are_set_using_tags()
공개
메소드
public
it_returns_services_which_are_set_using_tags
(
$service
)
it_stores_parameters()
공개
메소드
public
it_stores_parameters
( )
it_stores_services()
공개
메소드
public
it_stores_services
(
$service
)
it_supports_custom_service_configurators()
공개
메소드
public
it_supports_custom_service_configurators
( )
it_throws_exception_when_trying_to_get_unexisting_service()
공개
메소드
public
it_throws_exception_when_trying_to_get_unexisting_service
( )
it_uses_new_definition_when_a_service_is_redefined()
공개
메소드
public
it_uses_new_definition_when_a_service_is_redefined
( )