LdapTools\AttributeConverter\AttributeConverterTrait::setLdapConnection PHP Метод

setLdapConnection() публичный Метод

Sets the current LdapConnection for access by the converter.
public setLdapConnection ( LdapTools\Connection\LdapConnectionInterface $connection = null )
$connection LdapTools\Connection\LdapConnectionInterface
    public function setLdapConnection(LdapConnectionInterface $connection = null)
    {
        $this->connection = $connection;
        return $this;
    }