Pantheon\Terminus\Collections\Domains::setHydration PHP 메소드

setHydration() 공개 메소드

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