PHP Class spec\LdapTools\Connection\LdapControlSpec

Inheritance: extends PhpSpec\ObjectBehavior
ファイルを表示 Open project: ldaptools/ldaptools

Public Methods

Method 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 method

public it_is_initializable ( )

it_should_be_able_to_set_the_criticality_and_value_in_the_constructor() public method

it_should_chain_the_setters() public method

it_should_encode_a_simple_int_control_value_with_the_helper_berEncodeInt() public method

it_should_get_the_array_structure_of_the_control() public method

it_should_have_a_default_criticality_of_false() public method

it_should_have_a_default_value_of_null() public method

it_should_set_the_criticality() public method

it_should_set_the_oid() public method

it_should_set_the_oid_in_the_constructor() public method

it_should_set_the_value() public method

let() public method

public let ( )