LdapTools\Connection\LdapAwareTrait::setLdapConnection PHP 메소드

setLdapConnection() 공개 메소드

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