LdapTools\Object\LdapObjectRepository::setHydrationMode PHP Method

setHydrationMode() public method

Set the hydration mode to use for the results.
public setHydrationMode ( string $hydrationMode )
$hydrationMode string
    public function setHydrationMode($hydrationMode)
    {
        $this->hydrationMode = $hydrationMode;
        return $this;
    }