PHP Class spec\LdapTools\Utilities\GPOLinkSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_allow_a_GPO_to_be_both_not_enabled_and_enforced ( )
it_should_be_constructed_with_an_options_flag_if_specified ( )
it_should_be_constructed_with_the_name_and_a_default_options_flag_of_zero ( )
it_should_have_a_string_representation_using_the_GPO_name ( )
it_should_not_modify_an_option_that_is_already_set ( )
it_should_only_allow_options_flags_between_zero_and_three ( )
it_should_set_and_get_the_gpo ( )
it_should_set_and_get_the_options_flag ( )
it_should_set_and_get_whether_the_GPO_is_enabled ( )
it_should_set_and_get_whether_the_GPO_is_enforced ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_allow_a_GPO_to_be_both_not_enabled_and_enforced() public method

it_should_be_constructed_with_an_options_flag_if_specified() public method

it_should_be_constructed_with_the_name_and_a_default_options_flag_of_zero() public method

it_should_have_a_string_representation_using_the_GPO_name() public method

it_should_not_modify_an_option_that_is_already_set() public method

it_should_only_allow_options_flags_between_zero_and_three() public method

it_should_set_and_get_the_gpo() public method

it_should_set_and_get_the_options_flag() public method

it_should_set_and_get_whether_the_GPO_is_enabled() public method

it_should_set_and_get_whether_the_GPO_is_enforced() public method

let() public method

public let ( )