PHP Class spec\Fenos\Notifynder\Builder\NotifynderBuilderSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: fenos/notifynder

Public Methods

Method Description
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 )

Method Details

it_add_a_category_id_to_the_builder() public method

it_add_a_category_id_to_the_builder_givin_the_name_of_it() public method

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() public method

it_add_the_extra_parameter_to_the_builder() public method

it_add_the_url_parameter_to_the_builder() public method

it_allow_only_associative_array_as_extra_parameter_they_llbe_converted_in_jon() public method

it_allow_only_carbon_instance_as_expire_time() public method

it_allow_only_string_as_url() public method

it_create_a_builder_array_using_a_raw_closure() public method

it_create_empty_array_loop_builder() public method

it_create_empty_collection_loop_builder() public method

it_create_multi_notification_in_a_loop() public method

it_create_not_iterable_loop_builder() public method

it_is_initializable() public method

public it_is_initializable ( )

it_set_the_FROM_value_giving_a_polymorphic_entity() public method

it_set_the_FROM_value_giving_a_polymorphic_entity_the_first_value_must_be_the_class_entity() public method

it_set_the_FROM_value_with_a_single_entity() public method

it_set_the_TO_value_giving_a_polymorphic_entity() public method

it_set_the_TO_value_giving_a_polymorphic_entity_the_first_value_must_be_the_class_entity() public method

it_set_the_TO_value_with_a_single_entity() public method

let() public method

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