PHP Class spec\LdapTools\Security\AceTypeSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostra file Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_allow_being_constructed_by_the_SDDL_short_name ( )
it_should_allow_being_constructed_by_the_constant_name ( )
it_should_get_the_short_name_for_the_type ( )
it_should_get_the_type_value ( )
it_should_have_a_string_representation_of_the_SDDL_short_name ( )
it_should_set_the_type ( )
it_should_throw_an_InvalidArgumentExcecption_when_being_constructed_with_an_invalid_type ( )
it_should_throw_an_InvalidArgumentExcecption_when_setting_an_invalid_type ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_allow_being_constructed_by_the_SDDL_short_name() public method

it_should_allow_being_constructed_by_the_constant_name() public method

it_should_get_the_short_name_for_the_type() public method

it_should_get_the_type_value() public method

it_should_have_a_string_representation_of_the_SDDL_short_name() public method

it_should_set_the_type() public method

it_should_throw_an_InvalidArgumentExcecption_when_being_constructed_with_an_invalid_type() public method

it_should_throw_an_InvalidArgumentExcecption_when_setting_an_invalid_type() public method

let() public method

public let ( )