PHP Class spec\LdapTools\Ldif\Entry\LdifEntryAddSpec

Inheritance: extends PhpSpec\ObjectBehavior
显示文件 Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_add_a_comment ( )
it_should_add_a_control ( )
it_should_add_an_attribute ( )
it_should_be_able_to_be_contructed_with_attributes ( )
it_should_get_an_add_operation ( )
it_should_get_the_ldif_representation_in_the_context_of_a_type_and_schema ( LdapTools\Connection\LdapConnectionInterface $connection, LdapObject $rootdse )
it_should_get_the_ldif_string_representation ( )
it_should_implement_LdapAwareInterface ( )
it_should_implement_LdifEntryInterface ( )
it_should_implement_SchemaAwareInterface ( )
it_should_set_the_attributes ( )
it_should_set_the_dn ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_add_a_comment() public method

it_should_add_a_control() public method

it_should_add_an_attribute() public method

it_should_be_able_to_be_contructed_with_attributes() public method

it_should_get_an_add_operation() public method

it_should_get_the_ldif_representation_in_the_context_of_a_type_and_schema() public method

public it_should_get_the_ldif_representation_in_the_context_of_a_type_and_schema ( LdapTools\Connection\LdapConnectionInterface $connection, LdapObject $rootdse )
$connection LdapTools\Connection\LdapConnectionInterface
$rootdse LdapTools\Object\LdapObject

it_should_get_the_ldif_string_representation() public method

it_should_implement_LdapAwareInterface() public method

it_should_implement_LdifEntryInterface() public method

it_should_implement_SchemaAwareInterface() public method

it_should_set_the_attributes() public method

it_should_set_the_dn() public method

let() public method

public let ( )