PHP Класс spec\Fenos\Notifynder\Builder\NotifynderBuilderSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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