PHP Trait LdapTools\Connection\LdapAwareTrait

Author: Chad Sikorra ([email protected])
Datei anzeigen Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$connection LdapTools\Connection\LdapConnectionInterface | null

Public Methods

Method Description
getLdapConnection ( ) : LdapTools\Connection\LdapConnectionInterface | null
setLdapConnection ( LdapTools\Connection\LdapConnectionInterface $connection = null )

Method Details

getLdapConnection() public method

public getLdapConnection ( ) : LdapTools\Connection\LdapConnectionInterface | null
return LdapTools\Connection\LdapConnectionInterface | null

setLdapConnection() public method

public setLdapConnection ( LdapTools\Connection\LdapConnectionInterface $connection = null )
$connection LdapTools\Connection\LdapConnectionInterface

Property Details

$connection protected_oe property

protected LdapConnectionInterface,LdapTools\Connection|null $connection
return LdapTools\Connection\LdapConnectionInterface | null