PHP 클래스 spec\Fenos\Notifynder\Builder\NotifynderBuilderSpec

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

공개 메소드들

메소드 설명
it_add_a_category_id_to_the_builder ( )
it_add_a_category_id_to_the_builder_givin_the_name_of_it ( CategoryManager $category, NotificationCategory $categoryModel )
it_add_the_expire_parameter_to_the_builder ( )
it_add_the_extra_parameter_to_the_builder ( )
it_add_the_url_parameter_to_the_builder ( )
it_allow_only_associative_array_as_extra_parameter_they_llbe_converted_in_jon ( )
it_allow_only_carbon_instance_as_expire_time ( )
it_allow_only_string_as_url ( )
it_create_a_builder_array_using_a_raw_closure ( )
it_create_empty_array_loop_builder ( )
it_create_empty_collection_loop_builder ( )
it_create_multi_notification_in_a_loop ( )
it_create_not_iterable_loop_builder ( )
it_is_initializable ( )
it_set_the_FROM_value_giving_a_polymorphic_entity ( )
it_set_the_FROM_value_giving_a_polymorphic_entity_the_first_value_must_be_the_class_entity ( )
it_set_the_FROM_value_with_a_single_entity ( )
it_set_the_TO_value_giving_a_polymorphic_entity ( )
it_set_the_TO_value_giving_a_polymorphic_entity_the_first_value_must_be_the_class_entity ( )
it_set_the_TO_value_with_a_single_entity ( )
let ( CategoryManager $category )

메소드 상세

it_add_a_category_id_to_the_builder() 공개 메소드

it_add_a_category_id_to_the_builder_givin_the_name_of_it() 공개 메소드

public it_add_a_category_id_to_the_builder_givin_the_name_of_it ( CategoryManager $category, NotificationCategory $categoryModel )
$category Fenos\Notifynder\Categories\CategoryManager
$categoryModel Fenos\Notifynder\Models\NotificationCategory

it_add_the_expire_parameter_to_the_builder() 공개 메소드

it_add_the_extra_parameter_to_the_builder() 공개 메소드

it_add_the_url_parameter_to_the_builder() 공개 메소드

it_allow_only_associative_array_as_extra_parameter_they_llbe_converted_in_jon() 공개 메소드

it_allow_only_carbon_instance_as_expire_time() 공개 메소드

it_allow_only_string_as_url() 공개 메소드

it_create_a_builder_array_using_a_raw_closure() 공개 메소드

it_create_empty_array_loop_builder() 공개 메소드

it_create_empty_collection_loop_builder() 공개 메소드

it_create_multi_notification_in_a_loop() 공개 메소드

it_create_not_iterable_loop_builder() 공개 메소드

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_set_the_FROM_value_giving_a_polymorphic_entity() 공개 메소드

it_set_the_FROM_value_giving_a_polymorphic_entity_the_first_value_must_be_the_class_entity() 공개 메소드

it_set_the_FROM_value_with_a_single_entity() 공개 메소드

it_set_the_TO_value_giving_a_polymorphic_entity() 공개 메소드

it_set_the_TO_value_giving_a_polymorphic_entity_the_first_value_must_be_the_class_entity() 공개 메소드

it_set_the_TO_value_with_a_single_entity() 공개 메소드

let() 공개 메소드

public let ( CategoryManager $category )
$category Fenos\Notifynder\Categories\CategoryManager