LdapTools\Connection\LdapAwareTrait::setLdapConnection PHP Method

setLdapConnection() public method

public setLdapConnection ( LdapTools\Connection\LdapConnectionInterface $connection = null )
$connection LdapTools\Connection\LdapConnectionInterface
    public function setLdapConnection(LdapConnectionInterface $connection = null)
    {
        $this->connection = $connection;
    }