LdapTools\Operation\AuthenticationOperation::getSwitchToCredentials PHP Method

getSwitchToCredentials() public method

Get whether the connection should switch to be bound under the context of the credentials given by this object when this operation is executed.
public getSwitchToCredentials ( ) : boolean
return boolean
    public function getSwitchToCredentials()
    {
        return $this->properties['switchToCredentials'];
    }