PHP Class spec\LdapTools\Connection\LdapControlSpec

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

Méthodes publiques

Méthode Description
it_is_initializable ( )
it_should_be_able_to_set_the_criticality_and_value_in_the_constructor ( )
it_should_chain_the_setters ( )
it_should_encode_a_simple_int_control_value_with_the_helper_berEncodeInt ( )
it_should_get_the_array_structure_of_the_control ( )
it_should_have_a_default_criticality_of_false ( )
it_should_have_a_default_value_of_null ( )
it_should_set_the_criticality ( )
it_should_set_the_oid ( )
it_should_set_the_oid_in_the_constructor ( )
it_should_set_the_value ( )
let ( )

Method Details

it_is_initializable() public méthode

public it_is_initializable ( )

it_should_be_able_to_set_the_criticality_and_value_in_the_constructor() public méthode

it_should_chain_the_setters() public méthode

it_should_encode_a_simple_int_control_value_with_the_helper_berEncodeInt() public méthode

it_should_get_the_array_structure_of_the_control() public méthode

it_should_have_a_default_criticality_of_false() public méthode

it_should_have_a_default_value_of_null() public méthode

it_should_set_the_criticality() public méthode

it_should_set_the_oid() public méthode

it_should_set_the_oid_in_the_constructor() public méthode

it_should_set_the_value() public méthode

let() public méthode

public let ( )