PHP Класс spec\LdapTools\Object\LdapObjectManagerSpec

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

Защищенные свойства (Protected)

Свойство Тип Описание
$dispatcher
$dispatcherTest
$ldapEntries
$objectSchemaFactory
$objectSchemaFactoryTest

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

Метод Описание
it_is_initializable ( )
it_should_call_the_event_dispatcher_delete_events_when_deleting_an_object ( LdapTools\Event\EventDispatcherInterface $dispatcher, $connection )
it_should_call_the_event_dispatcher_modify_events_when_persisting_an_object ( LdapTools\Event\EventDispatcherInterface $dispatcher, $connection )
it_should_call_the_event_dispatcher_move_events_when_moving_an_object ( LdapTools\Event\EventDispatcherInterface $dispatcher, $connection )
it_should_call_the_event_dispatcher_restore_events_when_restoring_an_object ( LdapTools\Event\EventDispatcherInterface $dispatcher, $connection )
it_should_delete_a_ldap_object_from_its_dn ( $connection )
it_should_delete_a_ldap_object_recursively_if_specified ( $connection )
it_should_error_on_restore_if_the_last_known_location_cannot_be_found_and_none_was_specified ( $connection )
it_should_error_on_update_delete_move_or_restore_if_the_dn_is_not_set ( )
it_should_escape_the_RDN_when_moving_a_ldap_object ( $connection )
it_should_move_a_ldap_object_using_move ( $connection )
it_should_move_an_object_without_a_schema_type ( $connection )
it_should_not_call_the_event_dispatcher_modify_events_when_an_object_has_not_changed ( LdapTools\Event\EventDispatcherInterface $dispatcher, $connection )
it_should_not_query_ldap_for_the_RDN_when_moving_an_object_and_the_name_attribute_was_not_selected ( $connection )
it_should_not_try_to_modify_an_ldap_object_that_has_not_changed ( $connection )
it_should_persist_an_ldap_object_that_has_no_schema_type ( $connection )
it_should_restore_a_ldap_object_using_restore ( $connection )
it_should_update_a_ldap_object_using_batch_modify ( $connection )
let ( LdapTools\Connection\LdapConnectionInterface $connection )

Описание методов

it_is_initializable() публичный Метод

public it_is_initializable ( )

it_should_call_the_event_dispatcher_delete_events_when_deleting_an_object() публичный Метод

public it_should_call_the_event_dispatcher_delete_events_when_deleting_an_object ( LdapTools\Event\EventDispatcherInterface $dispatcher, $connection )
$dispatcher LdapTools\Event\EventDispatcherInterface

it_should_call_the_event_dispatcher_modify_events_when_persisting_an_object() публичный Метод

public it_should_call_the_event_dispatcher_modify_events_when_persisting_an_object ( LdapTools\Event\EventDispatcherInterface $dispatcher, $connection )
$dispatcher LdapTools\Event\EventDispatcherInterface

it_should_call_the_event_dispatcher_move_events_when_moving_an_object() публичный Метод

public it_should_call_the_event_dispatcher_move_events_when_moving_an_object ( LdapTools\Event\EventDispatcherInterface $dispatcher, $connection )
$dispatcher LdapTools\Event\EventDispatcherInterface

it_should_call_the_event_dispatcher_restore_events_when_restoring_an_object() публичный Метод

public it_should_call_the_event_dispatcher_restore_events_when_restoring_an_object ( LdapTools\Event\EventDispatcherInterface $dispatcher, $connection )
$dispatcher LdapTools\Event\EventDispatcherInterface

it_should_delete_a_ldap_object_from_its_dn() публичный Метод

it_should_delete_a_ldap_object_recursively_if_specified() публичный Метод

it_should_error_on_restore_if_the_last_known_location_cannot_be_found_and_none_was_specified() публичный Метод

it_should_error_on_update_delete_move_or_restore_if_the_dn_is_not_set() публичный Метод

it_should_escape_the_RDN_when_moving_a_ldap_object() публичный Метод

it_should_move_a_ldap_object_using_move() публичный Метод

it_should_move_an_object_without_a_schema_type() публичный Метод

it_should_not_call_the_event_dispatcher_modify_events_when_an_object_has_not_changed() публичный Метод

public it_should_not_call_the_event_dispatcher_modify_events_when_an_object_has_not_changed ( LdapTools\Event\EventDispatcherInterface $dispatcher, $connection )
$dispatcher LdapTools\Event\EventDispatcherInterface

it_should_not_query_ldap_for_the_RDN_when_moving_an_object_and_the_name_attribute_was_not_selected() публичный Метод

it_should_not_try_to_modify_an_ldap_object_that_has_not_changed() публичный Метод

it_should_persist_an_ldap_object_that_has_no_schema_type() публичный Метод

it_should_restore_a_ldap_object_using_restore() публичный Метод

it_should_update_a_ldap_object_using_batch_modify() публичный Метод

let() публичный Метод

public let ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface

Описание свойств

$dispatcher защищенное свойство

protected $dispatcher

$dispatcherTest защищенное свойство

protected $dispatcherTest

$ldapEntries защищенное свойство

protected $ldapEntries

$objectSchemaFactory защищенное свойство

protected $objectSchemaFactory

$objectSchemaFactoryTest защищенное свойство

protected $objectSchemaFactoryTest