LdapTools\Object\LdapObjectRepository::getHydrationMode PHP Method

getHydrationMode() public method

Get the hydration mode used for the results.
public getHydrationMode ( ) : string
return string
    public function getHydrationMode()
    {
        return $this->hydrationMode;
    }