PHP Class spec\LdapTools\Event\LdapAuthenticationEventSpec

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

Protected Properties

Property Type Description
$operation
$response

Public Methods

Method Description
it_is_initializable ( )
it_should_get_the_ldap_response ( )
it_should_get_the_operation ( )
it_should_have_an_null_response_if_it_is_not_set_yet ( )
it_should_implement_EventInterface ( )
it_should_set_the_name_correctly ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_get_the_ldap_response() public method

it_should_get_the_operation() public method

it_should_have_an_null_response_if_it_is_not_set_yet() public method

it_should_implement_EventInterface() public method

it_should_set_the_name_correctly() public method

let() public method

public let ( )

Property Details

$operation protected_oe property

protected $operation

$response protected_oe property

protected $response