Pantheon\Terminus\Collections\Domains::setHydration PHP Méthode

setHydration() public méthode

Changes the value of the hydration property
public setHydration ( mixed $value ) : Domains
$value mixed Value to set the hydration property to
Résultat Domains
    public function setHydration($value)
    {
        $this->hydrate = $value;
        return $this;
    }