PHP Class spec\Fenos\Notifynder\Builder\NotifynderBuilderSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: fenos/notifynder

Méthodes publiques

Méthode 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 méthode

it_add_a_category_id_to_the_builder_givin_the_name_of_it() public méthode

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 méthode

it_add_the_extra_parameter_to_the_builder() public méthode

it_add_the_url_parameter_to_the_builder() public méthode

it_allow_only_associative_array_as_extra_parameter_they_llbe_converted_in_jon() public méthode

it_allow_only_carbon_instance_as_expire_time() public méthode

it_allow_only_string_as_url() public méthode

it_create_a_builder_array_using_a_raw_closure() public méthode

it_create_empty_array_loop_builder() public méthode

it_create_empty_collection_loop_builder() public méthode

it_create_multi_notification_in_a_loop() public méthode

it_create_not_iterable_loop_builder() public méthode

it_is_initializable() public méthode

public it_is_initializable ( )

it_set_the_FROM_value_giving_a_polymorphic_entity() public méthode

it_set_the_FROM_value_giving_a_polymorphic_entity_the_first_value_must_be_the_class_entity() public méthode

it_set_the_FROM_value_with_a_single_entity() public méthode

it_set_the_TO_value_giving_a_polymorphic_entity() public méthode

it_set_the_TO_value_giving_a_polymorphic_entity_the_first_value_must_be_the_class_entity() public méthode

it_set_the_TO_value_with_a_single_entity() public méthode

let() public méthode

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