PHP 클래스 spec\LdapTools\Event\SymfonyEventDispatcherSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_add_a_listener ( )
it_should_add_a_subscriber ( )
it_should_allow_a_symfony_event_dispatcher_in_the_constructor ( )
it_should_be_able_to_check_if_a_listener_for_a_name_exists ( )
it_should_be_able_to_get_the_listeners_for_a_name ( )
it_should_implement_EventDispatcherInterface ( )
it_should_remove_a_listener ( )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_add_a_listener() 공개 메소드

it_should_add_a_subscriber() 공개 메소드

it_should_allow_a_symfony_event_dispatcher_in_the_constructor() 공개 메소드

it_should_be_able_to_check_if_a_listener_for_a_name_exists() 공개 메소드

it_should_be_able_to_get_the_listeners_for_a_name() 공개 메소드

it_should_implement_EventDispatcherInterface() 공개 메소드

it_should_remove_a_listener() 공개 메소드